We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41901a commit df9be79Copy full SHA for df9be79
.github/workflows/pr-deploy.yaml
@@ -43,6 +43,7 @@ jobs:
43
PR_NUMBER=${{ github.event.inputs.pr_number }}"
44
else
45
PR_NUMBER=${{ github.event.issue.number }}"
46
+ fi
47
PR_TITLE=$(gh pr view $PR_NUMBER --json title | jq -r '.title')
48
PR_BRANCH=$(gh pr view $PR_NUMBER --json headRefName | jq -r '.headRefName')
49
echo "PR_URL=https://github.com/coder/coder/pull/$PR_NUMBER" >> $GITHUB_OUTPUT
0 commit comments