Skip to content

Commit

Permalink
Bumped version of the trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
mcottontensor committed Dec 10, 2024
1 parent 523779a commit 4ba2cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
ref: "${{ env.commitsha }}"

# triggers the public library check to make sure all the published items work
- uses: convictional/trigger-workflow-and-wait@v1.3.0
- uses: convictional/trigger-workflow-and-wait@v1.6.1
with:
owner: ${{ github.repository_owner }}
repo: PixelStreamingInfrastructure
ref: ${{ github.ref_name }}
github_user: ${{ secrets.WORKFLOW_USER }}
github_token: ${{ secrets.WORKFLOW_TOKEN }}
workflow_file_name: healthcheck-libs-with-public-deps.yml
inputs: '{ "commitsha": "${{ env.commitsha }}" }'
client_payload: '{ "commitsha": "${{ env.commitsha }}" }'

- name: Read the RELEASE_VERSION file
id: getversion
Expand Down

0 comments on commit 4ba2cf5

Please sign in to comment.