back to v4. This stuff is annoying.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: Gitea Actions Demo
|
name: Gitea Actions Demo
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} testing Actions
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -24,8 +24,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: https://gitea.com/actions/checkout@v4
|
uses: https://gitea.com/actions/checkout@v4
|
||||||
with:
|
|
||||||
github-server-url: https://git.nova.org
|
|
||||||
|
|
||||||
- name: Create Python environment
|
- name: Create Python environment
|
||||||
run: |
|
run: |
|
||||||
@@ -49,7 +47,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload failure artifacts
|
- name: Upload failure artifacts
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: https://github.com/christopherHX/gitea-upload-artifact@v3
|
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: test-results
|
name: test-results
|
||||||
path: test-results/
|
path: test-results/
|
||||||
|
|||||||
Reference in New Issue
Block a user