This commit is contained in:
Antoine Martin 2024-09-09 17:08:53 -04:00
parent 61d00ca419
commit c75474a08f
Signed by: forge
GPG key ID: D62A472A4AA7D541
2 changed files with 1 additions and 12 deletions

View file

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

View file

@ -1,11 +0,0 @@
on: [push, pull_request]
jobs:
test:
name: Test on tags
runs-on: x86_64
container:
image: alpine:edge
steps:
- run: ls
- run: cat /etc/os-release