File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3434 run : |
3535 python -m pip install --upgrade pip
3636 python -m pip install requests
37+ - name : Download script to update dependencies from master
38+ run : wget --directory-prefix /tmp https://raw.githubusercontent.com/cfengine/buildscripts/refs/heads/master/.github/workflows/update-deps.py
3739 - name : Set Git user
3840 run : |
3941 git config user.name 'github-actions[bot]'
4244 run : |
4345 echo "COMMIT_HASH_BEFORE=$(git log -1 --format=%H)">> $GITHUB_ENV
4446 - name : Run update script
45- run : python3 .github/workflows /update-deps.py --debug --bump=${{ matrix.branch == 'master' && 'major' || 'minor' }}
47+ run : python3 /tmp /update-deps.py --debug --bump=${{ matrix.branch == 'master' && 'major' || 'minor' }}
4648 - name : Save commit hash after
4749 run : |
4850 echo "COMMIT_HASH_AFTER=$(git log -1 --format=%H)">> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments