Update .github/workflows/.github-ci.yaml
This commit is contained in:
parent
28e8242287
commit
63925cfb3d
1 changed files with 5 additions and 3 deletions
8
.github/workflows/.github-ci.yaml
vendored
8
.github/workflows/.github-ci.yaml
vendored
|
@ -9,9 +9,11 @@ jobs:
|
|||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
# checkout repository
|
||||
#- name: checkout
|
||||
# uses: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/checkout/action.yml@main
|
||||
# with:
|
||||
- name: checkout
|
||||
uses: DevFW-CICD/checkout/action.yml@main
|
||||
with:
|
||||
repository: DevFW-CICD/checkout
|
||||
path: action.yml
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue