Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit e976e97

Browse files
committed
Fix workflow ref?
1 parent 38ee9a0 commit e976e97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dispatch-test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
workflow: NPM Test
1212
repo: hello-seam/seamapi-javascript-tests
1313
token: ${{ secrets.BOT_GH_TOKEN }}
14-
ref: ${{ github.event.pull_request.head.ref }}
14+
ref: main
1515
inputs: '{ "sdkSha": "${{ github.event.pull_request.head.sha }}", "prRepo": "seamapi-javascript", "prNumber": "${{ github.event.number }}" }'

0 commit comments

Comments
 (0)