We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a4812 commit b4e45a8Copy full SHA for b4e45a8
.github/workflows/main.yml
@@ -16,7 +16,7 @@ on:
16
jobs:
17
18
CI:
19
- uses: SkylineCommunications/_ReusableWorkflows/.github/workflows/Connector Master Workflow.yml@Connectors
+ uses: SkylineCommunications/_ReusableWorkflows/.github/workflows/Connector Master Workflow.yml@main
20
with:
21
referenceName: ${{ github.ref_name }}
22
runNumber: ${{ github.run_number }}
@@ -29,7 +29,7 @@ jobs:
29
api-key: ${{ secrets.DATAMINER_DEPLOY_KEY }}
30
sonarCloudToken: ${{ secrets.SONAR_TOKEN }}
31
32
- # Optional 0 or More CD Jobs as needed
+ # Optional 0 or More CD Jobs as needed
33
# CD:
34
# # if: github.ref_type == 'tag'
35
# environment: staging
0 commit comments