Disable hacking workflow
This commit is contained in:
parent
2817251259
commit
983ad7da04
@ -1,6 +1,6 @@
|
|||||||
name: Gitea Actions Demo
|
name: Gitea Actions Demo
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on: [push]
|
on: []
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -15,7 +15,4 @@ jobs:
|
|||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
# - name: Show changes in the most recent commit
|
|
||||||
# run: |
|
|
||||||
# git show HEAD^1
|
|
||||||
- run: echo "🍏 This job's status is ${{ gitea.status }}."
|
- run: echo "🍏 This job's status is ${{ gitea.status }}."
|
Loading…
Reference in New Issue
Block a user