Skip to content

Commit ebe7b19

Browse files
committed
make fmt
1 parent 01c7485 commit ebe7b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/deploy-pr.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -euox pipefail
66
branchName=$(gh pr view --json headRefName | jq -r .headRefName)
77

88
if [[ "$branchName" == "main" ]]; then
9-
gh workflow run pr-deploy.yaml --ref $branchName -f pr_number=$(git rev-parse --short HEAD)
9+
gh workflow run pr-deploy.yaml --ref $branchName -f pr_number=$(git rev-parse --short HEAD)
1010
else
11-
gh workflow run pr-deploy.yaml --ref $branchName -f pr_number=$(gh pr view --json number | jq -r .number)
11+
gh workflow run pr-deploy.yaml --ref $branchName -f pr_number=$(gh pr view --json number | jq -r .number)
1212
fi

0 commit comments

Comments
 (0)