second test
learn actions / check-bats-version (push) Successful in 8s
second / print-variables_asd (push) Successful in 3s

This commit is contained in:
2026-08-05 14:36:27 +02:00
parent a00f7e00a1
commit 80f907b559
2 changed files with 8 additions and 12 deletions
+8
View File
@@ -0,0 +1,8 @@
name: second
on: push
jobs:
print-variables_asd:
runs-on: ubuntu-latest
steps:
- run: echo ${{secrets.SECRET1}}
- run: echo ${{variables.VARIABLE1}}
-12
View File
@@ -1,12 +0,0 @@
name: Test
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "Hello from my Framework!"