Skip to content

Commit ae50b34

Browse files
committed
ci: commit message
1 parent 9a47bbb commit ae50b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git config user.name "$GITHUB_ACTOR"
4141
git config user.email "[email protected]"
4242
git add misskey
43-
git commit -m "chore: update misskey to $(cd misskey; git rev-parse HEAD)" || :
43+
git commit -m "chore: update misskey-dev/misskey@$(cd misskey; git rev-parse HEAD)" || :
4444
git push
4545
env:
4646
HEAD: ${{ github.event.inputs.head }}

0 commit comments

Comments
 (0)