Skip to content

Commit

Permalink
Adds support for uploading artifacts in Scraper Dry Run (#342)
Browse files Browse the repository at this point in the history
* Adds support for uploading artifacts in Scraper Dry Run

* Add retention period
  • Loading branch information
rithviknishad committed Mar 6, 2024
1 parent 9dd8348 commit cc029a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/scraper-dry-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ jobs:
run: node scripts/generateNewContributors.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/upload-artifact@v4
with:
name: output
retention-days: 5
path: |
data
contributors

0 comments on commit cc029a3

Please sign in to comment.