From b4e45a89efa2aa945ef38f5b54faafd756b01f93 Mon Sep 17 00:00:00 2001 From: Jan Staelens Date: Tue, 6 Feb 2024 11:37:05 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64637b0..a3e8162 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ on: jobs: CI: - uses: SkylineCommunications/_ReusableWorkflows/.github/workflows/Connector Master Workflow.yml@Connectors + uses: SkylineCommunications/_ReusableWorkflows/.github/workflows/Connector Master Workflow.yml@main with: referenceName: ${{ github.ref_name }} runNumber: ${{ github.run_number }} @@ -29,7 +29,7 @@ jobs: api-key: ${{ secrets.DATAMINER_DEPLOY_KEY }} sonarCloudToken: ${{ secrets.SONAR_TOKEN }} - # Optional 0 or More CD Jobs as needed + # Optional 0 or More CD Jobs as needed # CD: # # if: github.ref_type == 'tag' # environment: staging