Update .github/workflows/.github-ci.yaml
This commit is contained in:
parent
63925cfb3d
commit
70f4dcc42a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/.github-ci.yaml
vendored
4
.github/workflows/.github-ci.yaml
vendored
|
@ -10,10 +10,10 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
# checkout repository
|
# checkout repository
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: DevFW-CICD/checkout/action.yml@main
|
uses: DevFW-CICD/checkout@main
|
||||||
with:
|
with:
|
||||||
repository: DevFW-CICD/checkout
|
repository: DevFW-CICD/checkout
|
||||||
path: action.yml
|
path: .github/workflows
|
||||||
# ref: main # Specify the branch or tag in the templates repository
|
# ref: main # Specify the branch or tag in the templates repository
|
||||||
# server_url: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW/fibonacci_go.git
|
# server_url: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW/fibonacci_go.git
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue