Skip to content

Commit

Permalink
forgot quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Sep 16, 2024
1 parent ff8d2b5 commit 30098b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: node -p "Math.ceil(new Date().getTime() / 1000) * 1000" > /tmp/netdata_before
- name: Download JSON from Netdata
run: |
curl -o netdata.json http://localhost:19999/api/v2/data?format=json&group_by=instance
curl -o netdata.json 'http://localhost:19999/api/v2/data?format=json&group_by=instance'
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 30098b0

Please sign in to comment.