Fix checkout
This commit is contained in:
parent
02c20374e6
commit
242a80f985
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -8,13 +8,14 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: set env variable
|
||||||
|
run: echo "$(git rev-parse --short HEAD)" # for this to work need first checkout
|
||||||
|
|
||||||
process:
|
process:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: run one line script
|
- name: run one line script
|
||||||
run: echo one line script
|
run: echo one line script
|
||||||
- name: set env variable
|
|
||||||
run: echo "$(git rev-parse --short HEAD)"
|
|
||||||
- name: runs a set of command using the runner shell
|
- name: runs a set of command using the runner shell
|
||||||
run: |
|
run: |
|
||||||
echo Add oher actions to build,
|
echo Add oher actions to build,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user