echo for debugging
This commit is contained in:
@@ -44,6 +44,7 @@ runs:
|
|||||||
'${{ gitea.server_url }}/api/packages/${{ gitea.repository_owner }}/arch/${{ steps.parsed.outputs.destination }}'
|
'${{ gitea.server_url }}/api/packages/${{ gitea.repository_owner }}/arch/${{ steps.parsed.outputs.destination }}'
|
||||||
done
|
done
|
||||||
" > "./post-entrypoint.sh"
|
" > "./post-entrypoint.sh"
|
||||||
|
cat "./post-entrypoint.sh"
|
||||||
chmod +x "./post-entrypoint.sh"
|
chmod +x "./post-entrypoint.sh"
|
||||||
git config --global user.name 'Guy Incognito'
|
git config --global user.name 'Guy Incognito'
|
||||||
git config --global user.email 'user@local'
|
git config --global user.email 'user@local'
|
||||||
|
|||||||
Reference in New Issue
Block a user