Skip to content

Commit 122b836

Browse files
committed
Switch Jenkins trigger
1 parent a99096e commit 122b836

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/push-dry-run.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Trigger jenkins job to upload master to Quay.io
16-
uses: toptal/jenkins-job-trigger-action@master
16+
uses: franco-nonne/jenkins-job-trigger-action@update-bundler
1717
with:
1818
jenkins_url: "https://jenkins.internal.sysdig.tools/"
1919
jenkins_user: '[email protected]'

.github/workflows/push.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Trigger jenkins job to upload master to Quay.io
18-
uses: toptal/jenkins-job-trigger-action@master
18+
uses: franco-nonne/jenkins-job-trigger-action@update-bundler
1919
with:
2020
jenkins_url: "https://jenkins.internal.sysdig.tools/"
2121
jenkins_user: '[email protected]'
@@ -27,4 +27,4 @@ jobs:
2727
"DRY_RUN": "false",
2828
"SCRATCH": "true",
2929
"EXPORTER": "redis-exporter"
30-
}
30+
}

0 commit comments

Comments
 (0)