Files
test/.gitea/workflows/second.yaml
T
head 80f907b559
learn actions / check-bats-version (push) Successful in 8s
second / print-variables_asd (push) Successful in 3s
second test
2026-08-05 14:36:27 +02:00

9 lines
171 B
YAML

name: second
on: push
jobs:
print-variables_asd:
runs-on: ubuntu-latest
steps:
- run: echo ${{secrets.SECRET1}}
- run: echo ${{variables.VARIABLE1}}