Without checkout
This commit is contained in:
parent
468450d9a2
commit
0224a38bc7
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -8,13 +8,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: set env variable
|
||||
run: echo "$(git rev-parse --short HEAD)" > ${{ vars.GIT_SHA_SHORT }}
|
||||
process:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: run one line script
|
||||
run: echo one line script
|
||||
- name: set env variable
|
||||
run: echo "$(git rev-parse --short HEAD)" > ${{ vars.GIT_SHA_SHORT }}
|
||||
- name: runs a set of command using the runner shell
|
||||
run: |
|
||||
echo Add oher actions to build,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user