Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvarora93 committed Aug 31, 2023
1 parent fbfe35c commit 86eef8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commit-and-pull-request.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ else
fi

DEPLOYMENT_REPO_SHA_URL="$(gh browse -c -n -R "${TARGET_REPO}")"
PULL_REQUEST_URL = "$(gh pr view --json url -q '.url')"
PULL_REQUEST_URL="$(gh pr view --json url -q '.url')"

# Set outputs so that downstream steps can consume this data
# shellcheck disable=SC2129
Expand Down

0 comments on commit 86eef8b

Please sign in to comment.