Compare commits
No commits in common. "main" and "nightly" have entirely different histories.
|
@ -1,28 +1,17 @@
|
|||
name: Gitea Actions Demo
|
||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
name: test
|
||||
run-name: CommentCollection
|
||||
on:
|
||||
push:
|
||||
|
||||
|
||||
jobs:
|
||||
Dump Gitea Context:
|
||||
runs-on: ubuntu-latest
|
||||
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
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
env:
|
||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||
with:
|
||||
files: |-
|
||||
test/**
|
||||
tag_name: nightly
|
||||
**
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
asdasfaasdasd
|
Loading…
Reference in New Issue