We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7428864 commit 6693c9eCopy full SHA for 6693c9e
1 file changed
.github/workflows/main.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Commit all changed files back to the repository
67
uses: planetscale/ghcommit-action@v0.1.6
68
with:
69
- commit_message: "🤖 fmt"
+ commit_message: "🤖 push ${{ steps.get-version.outputs.version }}"
70
repo: ${{ github.repository }}
71
branch: ${{ github.head_ref || github.ref_name }}
72
env:
0 commit comments