Skip to content

Commit

Permalink
ci: add sha
Browse files Browse the repository at this point in the history
  • Loading branch information
yfblock committed May 8, 2024
1 parent e4f2d3e commit 88cc517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-extranel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
repo: rcore-tutorial-v3-with-hal-component
github_token: ${{ secrets.PERSONAL_TOKEN }}
github_user: yfblock
workflow_file_name: doc-and-test.yml
workflow_file_name: test-run.yml
ref: ch7
wait_interval: 10
client_payload: '{}'
client_payload: '{"commit": "${{ github.sha}}"}'
propagate_failure: true
trigger_workflow: true
wait_workflow: true

0 comments on commit 88cc517

Please sign in to comment.