This commit is contained in:
parent
a84287f074
commit
49ea845ec3
|
@ -9,6 +9,12 @@ jobs:
|
|||
runs-on: docker
|
||||
|
||||
steps:
|
||||
- name: See Path
|
||||
run: echo $PATH
|
||||
|
||||
- name: See git version
|
||||
run: git -v
|
||||
|
||||
- name: Setup repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Reference in a new issue