Skip to content

Commit df9be79

Browse files
committed
fix typo
1 parent f41901a commit df9be79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
PR_NUMBER=${{ github.event.inputs.pr_number }}"
4444
else
4545
PR_NUMBER=${{ github.event.issue.number }}"
46+
fi
4647
PR_TITLE=$(gh pr view $PR_NUMBER --json title | jq -r '.title')
4748
PR_BRANCH=$(gh pr view $PR_NUMBER --json headRefName | jq -r '.headRefName')
4849
echo "PR_URL=https://github.com/coder/coder/pull/$PR_NUMBER" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)