0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-27 06:10:43 +00:00

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.
This commit is contained in:
Austin S. Hemmelgarn 2023-07-10 20:30:18 -04:00 committed by GitHub
parent 5deb0552f9
commit b24c6f9335
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,7 +125,7 @@ jobs:
with:
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
repo: ${{ github.repository }}
workflow: Build
workflow: build.yml
ref: ${{ needs.update-changelogs.outputs.ref }}
inputs: '{"version": "${{ needs.update-changelogs.outputs.version }}", "type": "${{ needs.update-changelogs.outputs.type }}"}'
- name: Failure Notification
@ -160,7 +160,7 @@ jobs:
with:
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
repo: ${{ github.repository }}
workflow: Docker
workflow: docker.yml
ref: ${{ needs.update-changelogs.outputs.ref }}
inputs: '{"version": "${{ needs.update-changelogs.outputs.version }}"}'
- name: Failure Notification
@ -195,7 +195,7 @@ jobs:
with:
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
repo: ${{ github.repository }}
workflow: Packages
workflow: packaging.yml
ref: ${{ needs.update-changelogs.outputs.ref }}
inputs: '{"version": "${{ needs.update-changelogs.outputs.version }}", "type": "${{ needs.update-changelogs.outputs.type }}"}'
- name: Failure Notification