diff options
Diffstat (limited to 'ci/gh_actions.py')
-rwxr-xr-x | ci/gh_actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/gh_actions.py b/ci/gh_actions.py index bbeb3b34..b99096f5 100755 --- a/ci/gh_actions.py +++ b/ci/gh_actions.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # SPDX-License-Identifier: GPL-3.0-or-later import json import time |