We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6f48d3 + 9b97bd3 commit ee1b456Copy full SHA for ee1b456
1 file changed
.github/workflows/demo.yml
@@ -26,8 +26,6 @@ jobs:
26
- uses: actions/checkout@v4
27
with:
28
fetch-depth: 0
29
- # On issue_comment, check out the PR head ref (default branch otherwise has no trigger code)
30
- ref: ${{ github.event_name == 'issue_comment' && format('refs/pull/{0}/head', github.event.issue.number) || '' }}
31
32
- uses: actions/setup-node@v4
33
0 commit comments