Typo
This commit is contained in:
parent
61d00ca419
commit
c75474a08f
2 changed files with 1 additions and 12 deletions
|
@ -12,7 +12,7 @@ jobs:
|
||||||
image: 'docker.io/node:20-bookworm'
|
image: 'docker.io/node:20-bookworm'
|
||||||
env:
|
env:
|
||||||
upstream: https://git.joeyh.name/git/git-annex.git
|
upstream: https://git.joeyh.name/git/git-annex.git
|
||||||
destination: {{ github.server_url }}/${{ github.repository }}
|
destination: ${{ github.server_url }}/${{ github.repository }}
|
||||||
tags: '10.2024*'
|
tags: '10.2024*'
|
||||||
token: ${{ secrets.CODE_FORGEJO_TOKEN }}
|
token: ${{ secrets.CODE_FORGEJO_TOKEN }}
|
||||||
owner: ${{ vars.OWNER }}
|
owner: ${{ vars.OWNER }}
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue