Fix destination variable
All checks were successful
/ Test on tags (push) Successful in 16s

This commit is contained in:
Antoine Martin 2024-09-09 17:06:59 -04:00
parent 5733b4e0cf
commit 61d00ca419
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -12,7 +12,7 @@ jobs:
image: 'docker.io/node:20-bookworm'
env:
upstream: https://git.joeyh.name/git/git-annex.git
destination: {{ vars.DESTINATION }}
destination: {{ github.server_url }}/${{ github.repository }}
tags: '10.2024*'
token: ${{ secrets.CODE_FORGEJO_TOKEN }}
owner: ${{ vars.OWNER }}