File tree Expand file tree Collapse file tree 3 files changed +3
-887
lines changed
Expand file tree Collapse file tree 3 files changed +3
-887
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,16 @@ jobs:
2626 - name : Install dependencies
2727 run : |
2828 python -m pip install --upgrade pip
29+ pythom -m pip install cfengine
2930 - name : Set Git user
3031 run : |
3132 git config user.name 'github-actions[bot]'
3233 git config user.email 'github-actions[bot]@users.noreply.github.com'
3334 - name : Save commit hash before
3435 run : |
3536 echo "COMMIT_HASH_BEFORE=$(git log -1 --format=%H)">> $GITHUB_ENV
36- - name : Run deptool
37- run : python3 scripts/deptool.py --patch
37+ - name : Run dev command to update dependency tables
38+ run : cfengine dev update-dependency-tables
3839 - name : Save commit hash after
3940 run : |
4041 echo "COMMIT_HASH_AFTER=$(git log -1 --format=%H)">> $GITHUB_ENV
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments