workflow
This commit is contained in:
parent
b7c936413f
commit
9a6024cf51
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ jobs:
|
||||||
automate-ifc:
|
automate-ifc:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- run: source ~/.bashrc
|
- name: install checkout
|
||||||
- uses: https://github.com/actions/checkout@v4
|
- uses: https://github.com/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
|
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue