ci: 💚
Some checks failed
CI / build (push) Failing after 32s

This commit is contained in:
2023-11-30 10:04:16 +01:00
parent 94263e6172
commit 8fa6a6bb5d

View File

@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3
# Clone the URL OF REMOTE PROJECT to test
with:
repository: ${{ steps.tagName.outputs.tag }} + .git
repository: ${{ steps.tagName.outputs.tag }}
# Set default branch
ref: master
token: ${{ secrets.TOKEN_GITEA }}