Skip to content

Commit b13c38a

Browse files
committed
fix: syntax error
1 parent 97c9ffc commit b13c38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Grab Refactored data
1616
id: refactored
1717
run: |
18-
refactored=$(curl https://api.readme.com/v2/projects/me --header 'Authorization: Bearer ${{ secrets.README_API_KEY }}') | jq -c '.data.refactored')
18+
refactored=$(curl https://api.readme.com/v2/projects/me --header 'Authorization: Bearer ${{ secrets.README_API_KEY }}' | jq -c '.data.refactored')
1919
echo migrated=$(echo $refactored | jq -r '.migrated') >> $GITHUB_OUTPUT
2020
echo status=$(echo $refactored | jq -r '.status') >> $GITHUB_OUTPUT
2121

0 commit comments

Comments
 (0)