Skip to content

Commit

Permalink
Fix branch name variable in update-data-pr-body.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pdil authored Jan 20, 2024
1 parent 2b70040 commit bbbfbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/scripts/update-data-pr-body.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### ✅ Review Checklist
- [ ] Ensure all checks and tests pass
- [ ] Load current branch with `devtools::install_github("usmapdata", "${{ env.branch_name }}")` and test `usmap`
- [ ] Load current branch with `devtools::install_github("usmapdata", "${{ steps.pr-params.outputs.branch_name }}")` and test `usmap`
- [ ] Perform visual smoke test of all plotting features to ensure consistency

### 📝 Post-merge Steps
Expand Down

0 comments on commit bbbfbd6

Please sign in to comment.