Compare commits

...

2 Commits

Author SHA1 Message Date
ThaMunsta 80a2f51f98 global envs?
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
Just test things / Pull-and-run (push) Successful in 11s
2025-03-16 15:22:50 -04:00
+5 -1
View File
@@ -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