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