Skip to content

Commit

Permalink
fixup! fixup! fixup! ci: add compile-pip-reqs.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thst-nordic committed Sep 21, 2023
1 parent 75d26d6 commit e73fd3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compile-pip-reqs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
git config user.email "[email protected]"
git config user.name "NordicBuilder"
git add ./scripts/requirements-fixed.txt
git commit -s -m "Updating scripts/requirements-fixed.txt with new fixed versions" -m 'This is an automated commit from github workflow by NordicBuilder'
git commit -s -m "Updating scripts/requirements-fixed.txt with new fixed versions" \
-m 'This is an automated commit from github workflow by NordicBuilder'
git diff HEAD~1 \
--exit-code \
Expand Down

0 comments on commit e73fd3f

Please sign in to comment.