Update .github/workflows/.github-ci.yaml
All checks were successful
ci-workflow / ci (push) Successful in 2s
All checks were successful
ci-workflow / ci (push) Successful in 2s
This commit is contained in:
parent
4220ba6f71
commit
905a7e90ba
1 changed files with 6 additions and 5 deletions
11
.github/workflows/.github-ci.yaml
vendored
11
.github/workflows/.github-ci.yaml
vendored
|
@ -5,11 +5,12 @@ jobs:
|
|||
ci:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||
# checkout repository
|
||||
- name: checkout
|
||||
uses: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/checkout/action.yml@main
|
||||
with:
|
||||
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
|
||||
#- name: checkout
|
||||
# uses: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/checkout/action.yml@main
|
||||
# with:
|
||||
# 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