Compare commits
No commits in common. "main" and "nightly" have entirely different histories.
|
@ -1,28 +1,17 @@
|
||||||
name: Gitea Actions Demo
|
name: test
|
||||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
run-name: CommentCollection
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Dump Gitea Context:
|
Dump Gitea Context:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: yank release
|
|
||||||
run: >
|
|
||||||
curl -X DELETE -H "Content-Type: application/json"
|
|
||||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}"
|
|
||||||
"https://git.beisel.it/api/v1/repos/florian/test/releases/tags/nightly"
|
|
||||||
- name: yank tag
|
|
||||||
run: >
|
|
||||||
curl -X DELETE -H "Content-Type: application/json"
|
|
||||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}"
|
|
||||||
"https://git.beisel.it/api/v1/repos/florian/test/tags/nightly"
|
|
||||||
|
|
||||||
- step: test
|
- step: test
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
env:
|
env:
|
||||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
test/**
|
**
|
||||||
tag_name: nightly
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
asdasfaasdasd
|
|
Loading…
Reference in New Issue