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 079e1c7 commit 9f0225cCopy full SHA for 9f0225c
.github/workflows/add-release-to-cloudfoundry.yaml
@@ -53,7 +53,8 @@ jobs:
53
exit 0;
54
fi
55
56
- git commit -a -m "chore: Add version ${{ steps.get-release-version.outputs.VERSION }} to Cloud Foundry"
+ git add --all
57
+ git commit -m "chore: Add version ${{ steps.get-release-version.outputs.VERSION }} to Cloud Foundry"
58
echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
59
- name: Push changes
60
uses: DataDog/commit-headless@5a0f3876e0fbdd3a86b3e008acf4ec562db59eee # action/v2.0.1
0 commit comments