Skip to content

Commit

Permalink
Run build-example by workflow id instead of name
Browse files Browse the repository at this point in the history
  • Loading branch information
pheki committed Jun 18, 2023
1 parent 12dd7ad commit fe3476d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
VITA_HEADERS_HASH=$(git submodule status | grep generator/vita-headers | cut -d ' ' -f 2)
git commit -m "Update vita-headers to $VITA_HEADERS_HASH"
git push
gh workflow run "Build example" --ref ${GITHUB_REF}
gh workflow run build-example.yml --ref ${GITHUB_REF}

0 comments on commit fe3476d

Please sign in to comment.