@cryptotaxi247 / netdata-1 / commits / b24c6f933

Fix workflow references in release workflow.

We need to use filename references instead of workflow name references so that https://github.com/netdata/netdata/pull/15341 won’t interfere with triggering builds.

Austin S. Hemmelgarn committed Jul 10, 2023 at 20:30 UTC b24c6f93350051b21de4a13d561bf2bc5cd1033f
1 file changed +3 -3
.github/workflows/release.yml
+3 -3
@@ -125,7 +125,7 @@ jobs:
125 with:
126 token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
127 repo: ${{ github.repository }}
128 - workflow: Build
128 + workflow: build.yml
129 ref: ${{ needs.update-changelogs.outputs.ref }}
130 inputs: '{"version": "${{ needs.update-changelogs.outputs.version }}", "type": "${{ needs.update-changelogs.outputs.type }}"}'
131 - name: Failure Notification
@@ -160,7 +160,7 @@ jobs:
160 with:
161 token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
162 repo: ${{ github.repository }}
163 - workflow: Docker
163 + workflow: docker.yml
164 ref: ${{ needs.update-changelogs.outputs.ref }}
165 inputs: '{"version": "${{ needs.update-changelogs.outputs.version }}"}'
166 - name: Failure Notification
@@ -195,7 +195,7 @@ jobs:
195 with:
196 token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
197 repo: ${{ github.repository }}
198 - workflow: Packages
198 + workflow: packaging.yml
199 ref: ${{ needs.update-changelogs.outputs.ref }}
200 inputs: '{"version": "${{ needs.update-changelogs.outputs.version }}", "type": "${{ needs.update-changelogs.outputs.type }}"}'
201 - name: Failure Notification