Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
austenstone committed Jan 31, 2024

Verified

This commit was signed with the committer’s verified signature.
austenstone Austen Stone
1 parent 7a3172c commit 2bcfb88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/usage-csv.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,9 @@ jobs:
id: csv
with:
json: ${{ steps.export.outputs.dependabot }}
- run: echo "${{ steps.csv.outputs.csv }}" > csv.csv
- run: echo "$CSV" > csv.csv
env:
CSV: ${{ steps.csv.outputs.csv }}
- uses: actions/upload-artifact@v4
with:
name: csv

0 comments on commit 2bcfb88

Please sign in to comment.