test-forgejo-runner/.forgejo/workflows/demo.yaml
Julien Oculi 49ea845ec3
Some checks failed
UiNamed workflow / test (push) Failing after 1s
debug path and git version
2024-06-25 16:17:57 +02:00

26 lines
387 B
YAML

name: UiNamed workflow
on:
push:
branches: ["main"]
jobs:
test:
runs-on: docker
steps:
- name: See Path
run: echo $PATH
- name: See git version
run: git -v
- name: Setup repo
uses: actions/checkout@v4
- name: Check repo
run: ls -lah
- name: Test secrets
run: echo ${{ secrets.SSH_Key_sample }}