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 d04f132 commit c0b9147Copy full SHA for c0b9147
.github/workflows/update-gradle-dependencies.yaml
@@ -55,7 +55,8 @@ jobs:
55
run: |
56
git config user.name "github-actions[bot]"
57
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
58
- git commit -a -m "chore: Update Gradle dependencies"
+ git add --all
59
+ git commit -m "chore: Update Gradle dependencies"
60
echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
61
- name: Push changes
62
uses: DataDog/commit-headless@5a0f3876e0fbdd3a86b3e008acf4ec562db59eee # action/v2.0.1
0 commit comments