File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/workflows/pr-review Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ jobs:
211211 ## Steps
212212
213213 Start by running these commands to gather the required data:
214- 1. Run: echo $" {REPOSITORY}" to get the github repository in <OWNER>/<REPO> format
214+ 1. Run: echo "$ {REPOSITORY}" to get the github repository in <OWNER>/<REPO> format
215215 2. Run: echo "${PR_DATA}" to get PR details (JSON format)
216216 3. Run: echo "${CHANGED_FILES}" to get the list of changed files
217217 4. Run: echo "${PR_NUMBER}" to get the PR number
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ jobs:
211211 ## Steps
212212
213213 Start by running these commands to gather the required data:
214- 1. Run: echo $" {REPOSITORY}" to get the github repository in <OWNER>/<REPO> format
214+ 1. Run: echo "$ {REPOSITORY}" to get the github repository in <OWNER>/<REPO> format
215215 2. Run: echo "${PR_DATA}" to get PR details (JSON format)
216216 3. Run: echo "${CHANGED_FILES}" to get the list of changed files
217217 4. Run: echo "${PR_NUMBER}" to get the PR number
You can’t perform that action at this time.
0 commit comments