Skip to content

Commit

Permalink
Merge pull request #6 from awharn-docker/update-workflow-dispatch
Browse files Browse the repository at this point in the history
Update workflow to use GH CLI
  • Loading branch information
awharn authored Feb 5, 2024
2 parents 4c3d372 + 0cf3208 commit 1bf7e23
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ jobs:
needs: [build-and-deploy-x64, build-and-deploy-arm]
steps:
- name: Update Downstream
uses: benc-uk/workflow-dispatch@v1
with:
ref: refs/heads/master
workflow: ci
repo: awharn-docker/jenkins-nvm-zowe-cli
token: ${{ secrets.PAT }}
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
run: gh workflow run -R awharn-docker/jenkins-nvm-zowe-cli -r master ci.yml

0 comments on commit 1bf7e23

Please sign in to comment.