Typo
This commit is contained in:
parent
cf9634b87f
commit
9fc1624b23
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ jobs:
|
||||||
while read tag; do
|
while read tag; do
|
||||||
git checkout $tag
|
git checkout $tag
|
||||||
git tag -d $tag
|
git tag -d $tag
|
||||||
git checkout ci -- ./forgejo
|
git checkout ci -- ./.forgejo
|
||||||
git config user.name "forgejo-actions[bot]"
|
git config user.name "forgejo-actions[bot]"
|
||||||
git config user.email "dev@ayakael.net"
|
git config user.email "dev@ayakael.net"
|
||||||
git commit -m 'Inject custom workflow'
|
git commit -m 'Inject custom workflow'
|
||||||
|
|
Loading…
Reference in a new issue