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 9a47bbb commit ae50b34Copy full SHA for ae50b34
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
git config user.name "$GITHUB_ACTOR"
41
git config user.email "[email protected]"
42
git add misskey
43
- git commit -m "chore: update misskey to $(cd misskey; git rev-parse HEAD)" || :
+ git commit -m "chore: update misskey-dev/misskey@$(cd misskey; git rev-parse HEAD)" || :
44
git push
45
env:
46
HEAD: ${{ github.event.inputs.head }}
0 commit comments