Skip to content

Commit

Permalink
hash for v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antlai-temporal committed Jun 12, 2024
1 parent 97da956 commit 34811cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
WORKFLOW_ID: update-submodules.yml
REPO: ${{ toJSON('cli') }}
BRANCH: ${{ toJSON('main') }}
COMMIT: ${{ toJSON('05d5c040e5a443d5d50476c86654105ef54f070d') }}
COMMIT: ${{ toJSON('f5013ad88907a3096e89483b95984a2216220246') }}
run: |
curl -fL -X POST -H "Accept: application/vnd.github.v3+json" -H "Authorization: token $PAT" "https://api.github.com/repos/$PARENT_REPO/actions/workflows/$WORKFLOW_ID/dispatches" -d '{"ref":'"$PARENT_BRANCH"', "inputs": { "repo":'"$REPO"', "branch":'"$BRANCH"', "commit": '"$COMMIT"' }}'

0 comments on commit 34811cd

Please sign in to comment.