Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump benc-uk/workflow-dispatch from 1 to 121 #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
}}
- name: Trigger Helmchart PR
if: github.event_name == 'workflow_dispatch' && github.event.inputs.version != 'nightly' && github.repository == 'netdata/netdata'
uses: benc-uk/workflow-dispatch@v1
uses: benc-uk/workflow-dispatch@v121
with:
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
repo: netdata/helmchart
Expand All @@ -238,7 +238,7 @@ jobs:
inputs: '{"agent_version": "${{ needs.normalize-tag.outputs.tag }}"}'
- name: Trigger MSI build
if: github.event_name == 'workflow_dispatch' && github.event.inputs.version != 'nightly' && github.repository == 'netdata/netdata'
uses: benc-uk/workflow-dispatch@v1
uses: benc-uk/workflow-dispatch@v121
with:
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
repo: netdata/msi-installer
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
ref: ${{ needs.update-changelogs.outputs.ref }}
- name: Trigger build
id: trigger
uses: benc-uk/workflow-dispatch@v1
uses: benc-uk/workflow-dispatch@v121
with:
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
repo: ${{ github.repository }}
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
ref: ${{ needs.update-changelogs.outputs.ref }}
- name: Trigger build
id: trigger
uses: benc-uk/workflow-dispatch@v1
uses: benc-uk/workflow-dispatch@v121
with:
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
repo: ${{ github.repository }}
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
ref: ${{ needs.update-changelogs.outputs.ref }}
- name: Trigger build
id: trigger
uses: benc-uk/workflow-dispatch@v1
uses: benc-uk/workflow-dispatch@v121
with:
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
repo: ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-learn-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Trigger Netdata Learn ingest workflow.
uses: benc-uk/workflow-dispatch@v1
uses: benc-uk/workflow-dispatch@v121
with:
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
repo: netdata/learn
Expand Down