Skip to content

Commit 9f0225c

Browse files
authored
Fix git command for cloudfoundry (#9847)
1 parent 079e1c7 commit 9f0225c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/add-release-to-cloudfoundry.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
exit 0;
5454
fi
5555
56-
git commit -a -m "chore: Add version ${{ steps.get-release-version.outputs.VERSION }} to Cloud Foundry"
56+
git add --all
57+
git commit -m "chore: Add version ${{ steps.get-release-version.outputs.VERSION }} to Cloud Foundry"
5758
echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
5859
- name: Push changes
5960
uses: DataDog/commit-headless@5a0f3876e0fbdd3a86b3e008acf4ec562db59eee # action/v2.0.1

0 commit comments

Comments
 (0)