Skip to content

Commit 21d4303

Browse files
committed
Sync trigger-all-repos.yml from .github repo
1 parent 5a72cc1 commit 21d4303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trigger-all-repos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737

3838
- name: Install dependencies
3939
run: |
40-
pip install requests
40+
python3 -m pip install requests
4141
4242
- name: Trigger workflow on all repositories
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
4545
run: |
46-
python trigger_workflow_all_repos.py \
46+
python3 trigger_workflow_all_repos.py \
4747
P4X-ng \
4848
"${{ inputs.workflow_file }}" \
4949
--ref "${{ inputs.ref }}" \

0 commit comments

Comments
 (0)