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 ac07b7c commit 7a76b47Copy full SHA for 7a76b47
.github/workflows/queue_commits.yml
@@ -50,7 +50,7 @@ jobs:
50
git config user.email '<>'
51
52
git add .
53
- git commit -m "Queue ${{ steps.queue.outputs.ADDED }} historic commits"
+ git commit -m "Queued new commit"
54
git push
55
56
check-queue:
@@ -126,5 +126,5 @@ jobs:
126
127
128
129
+ git commit -m "Queued ${{ steps.queue.outputs.ADDED }} history commits"
130
0 commit comments