ci: 💚 Try things
Some checks failed
CI / build (push) Failing after 6s

This commit is contained in:
Louis Gallet 2023-11-30 09:58:44 +01:00
parent 41a5f8606a
commit 94263e6172
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY

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 }}
repository: ${{ steps.tagName.outputs.tag }} + .git
# Set default branch
ref: master
token: ${{ secrets.TOKEN_GITEA }}