Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Update updateJenkins.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Jan 17, 2024
1 parent 015fd42 commit b4c6fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/updateJenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
workflow: jenkins.yml
repo: moderneinc/moderne-cli
token: ${{ env.GH_CLI_TOKEN }}
inputs: '{ "prefix": "${{ env.ADDED_ORG }}", "csvUrl": "https://raw.githubusercontent.com/moderneinc/jenkins-ingest/main/repos.csv", "downloadCLI": false, "folder": "cli-ingest" }'
inputs: '{ "csvUrl": "https://raw.githubusercontent.com/moderneinc/jenkins-ingest/main/repos.csv", "folder": "cli-ingest", "prefix": "${{ env.ADDED_ORG }}" }'
- name: update the entire list
if: ${{ env.ADDED_ORG == env.COMMIT_TITLE }}
uses: benc-uk/workflow-dispatch@v1
with:
workflow: jenkins.yml
token: ${{ env.GH_CLI_TOKEN }}
repo: moderneinc/moderne-cli
inputs: '{ "csvUrl": "https://raw.githubusercontent.com/moderneinc/jenkins-ingest/main/repos.csv", "downloadCLI": false, "folder": "cli-ingest" }'
inputs: '{ "csvUrl": "https://raw.githubusercontent.com/moderneinc/jenkins-ingest/main/repos.csv", "folder": "cli-ingest" }'

0 comments on commit b4c6fe7

Please sign in to comment.