Skip to content

Commit 7a76b47

Browse files
committed
typos
1 parent ac07b7c commit 7a76b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/queue_commits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
git config user.email '<>'
5151
5252
git add .
53-
git commit -m "Queue ${{ steps.queue.outputs.ADDED }} historic commits"
53+
git commit -m "Queued new commit"
5454
git push
5555
5656
check-queue:
@@ -126,5 +126,5 @@ jobs:
126126
git config user.email '<>'
127127
128128
git add .
129-
git commit -m "Queue ${{ steps.queue.outputs.ADDED }} historic commits"
129+
git commit -m "Queued ${{ steps.queue.outputs.ADDED }} history commits"
130130
git push

0 commit comments

Comments
 (0)