diff --git a/.github/workflows/.github-ci.yaml b/.github/workflows/.github-ci.yaml index 533cd5b..d2601df 100644 --- a/.github/workflows/.github-ci.yaml +++ b/.github/workflows/.github-ci.yaml @@ -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