Skip to content

Commit 17e1bb0

Browse files
committed
GH Actions: Fixed path in formatting action
Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
1 parent 05e402a commit 17e1bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
git config user.name 'GitHub'
4646
git config user.email '<[email protected]>'
4747
shopt -s globstar
48-
git add cfengine_cli/*.py cfengine_cli/**/*.py tests/*.py tests/**/*.py
48+
git add src/cfengine_cli/*.py src/cfengine_cli/**/*.py tests/*.py tests/**/*.py
4949
git commit -F commit_message.txt
5050
- id: commit-message-from-file
5151
name: Parse commit message from file into variable

0 commit comments

Comments
 (0)