Update .github/workflows/.github-ci.yaml
Some checks failed
ci-workflow / ci (push) Failing after 1s
Some checks failed
ci-workflow / ci (push) Failing after 1s
This commit is contained in:
parent
70f4dcc42a
commit
b9eff28f35
1 changed files with 3 additions and 4 deletions
7
.github/workflows/.github-ci.yaml
vendored
7
.github/workflows/.github-ci.yaml
vendored
|
@ -5,14 +5,13 @@ jobs:
|
||||||
ci:
|
ci:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
#- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||||
- name: Check out repository code
|
#- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
# checkout repository
|
# checkout repository
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: DevFW-CICD/checkout@main
|
uses: DevFW-CICD/checkout@main
|
||||||
with:
|
with:
|
||||||
repository: DevFW-CICD/checkout
|
|
||||||
path: .github/workflows
|
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