Skip to content

Commit f89a335

Browse files
committed
Fixed Git commit not working due to not adding changed files
Signed-off-by: jakub-nt <175944085+jakub-nt@users.noreply.github.com>
1 parent 6650c15 commit f89a335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-cfbs-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "MANPAGE_HASH_AFTER=$(tail -n +2 cfbs/cfbs.1 | sha256sum)">> $GITHUB_ENV
4343
- name: Create Git commit
4444
if: env.MANPAGE_HASH_BEFORE != env.MANPAGE_HASH_AFTER
45-
run: git commit -m "Regenerated man page"
45+
run: git add cfbs/cfbs.1 && git commit -m "Regenerated man page"
4646
- name: Create Pull Request
4747
if: env.MANPAGE_HASH_BEFORE != env.MANPAGE_HASH_AFTER
4848
uses: cfengine/create-pull-request@v6

0 commit comments

Comments
 (0)