Skip to content

Commit

Permalink
fixed missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPico committed Jan 30, 2024
1 parent 7f7a018 commit 5340f55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/1_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@ jobs:
**DESCRIPTION**: $desc
## Pathway Page Links
* Pending Page: https://sandbox.wikipathways.org/drafts/$wpid
* [Pending Page](https://sandbox.wikipathways.org/drafts/$wpid)
"
if $status=="Edit"; then
wpid_root="${wpid%%__*}
wpid_root="${wpid%%__*}"
NEW_DESCRIPTION="$NEW_DESCRIPTION
* Current Page: https://sandbox.wikipathways.org/pathways/$wpid_root
* [Current Page](https://sandbox.wikipathways.org/pathways/$wpid_root)
"
fi
Expand Down

0 comments on commit 5340f55

Please sign in to comment.