We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e402a commit 17e1bb0Copy full SHA for 17e1bb0
.github/workflows/format.yml
@@ -45,7 +45,7 @@ jobs:
45
git config user.name 'GitHub'
46
git config user.email '<[email protected]>'
47
shopt -s globstar
48
- git add cfengine_cli/*.py cfengine_cli/**/*.py tests/*.py tests/**/*.py
+ git add src/cfengine_cli/*.py src/cfengine_cli/**/*.py tests/*.py tests/**/*.py
49
git commit -F commit_message.txt
50
- id: commit-message-from-file
51
name: Parse commit message from file into variable
0 commit comments