Compare commits

..

5 Commits

Author SHA1 Message Date
ThaMunsta
80a2f51f98 global envs?
All checks were successful
Just test things / Pull-and-run (push) Successful in 28s
2025-03-16 16:40:33 -04:00
ThaMunsta
2049389ef4 helps if i spell right
All checks were successful
Just test things / Pull-and-run (push) Successful in 11s
2025-03-16 15:22:50 -04:00
ThaMunsta
1d22a80841 Merge branch 'tests' 2025-03-16 15:21:40 -04:00
ThaMunsta
933464003e just path? 2025-03-16 15:21:27 -04:00
ThaMunsta
84ecb4f6eb add echo 2025-03-16 15:19:07 -04:00

View File

@@ -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