Compare commits
2 Commits
1d22a80841
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80a2f51f98 | ||
|
|
2049389ef4 |
@@ -4,7 +4,10 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**tests.yml'
|
||||
- '**tests.yaml'
|
||||
|
||||
env:
|
||||
TEST: "Hello World!"
|
||||
|
||||
jobs:
|
||||
Pull-and-run:
|
||||
@@ -21,3 +24,4 @@ jobs:
|
||||
run: |
|
||||
ls -la
|
||||
echo "done"
|
||||
echo $TEST
|
||||
|
||||
Reference in New Issue
Block a user