Skip to content

Commit

Permalink
single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
n00rsy committed Aug 29, 2024
1 parent e95620d commit 3594ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git add locations.json
touch test.txt
git add test.txt
git commit -m "update" || exit 0
git commit -m 'update' || exit 0
git checkout pages
git checkout main -- locations.json test.txt
- name: Push changes
Expand Down

0 comments on commit 3594ae4

Please sign in to comment.