From b9eff28f3566a95379e8ae0e6b02b93f5d61af33 Mon Sep 17 00:00:00 2001 From: richardrobertreitz Date: Fri, 6 Dec 2024 09:34:34 +0000 Subject: [PATCH] Update .github/workflows/.github-ci.yaml --- .github/workflows/.github-ci.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/.github-ci.yaml b/.github/workflows/.github-ci.yaml index 797b5f9..bab2c28 100644 --- a/.github/workflows/.github-ci.yaml +++ b/.github/workflows/.github-ci.yaml @@ -5,14 +5,13 @@ jobs: ci: runs-on: docker steps: - - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - - name: Check out repository code - uses: actions/checkout@v3 + #- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." + #- name: Check out repository code + # uses: actions/checkout@v3 # checkout repository - name: checkout uses: DevFW-CICD/checkout@main with: - repository: DevFW-CICD/checkout path: .github/workflows # 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