Skip to content

Commit

Permalink
Update run_archive.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 authored Feb 14, 2024
1 parent d9816a1 commit d79ed07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run_archive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.NFLVERSE_GH_TOKEN }}
R_KEEP_PKG_SOURCE: yes
NFLVERSE_ARCHIVE_TAG: ${{ matrix.tag }}

steps:
- uses: actions/checkout@v3
Expand All @@ -62,7 +63,5 @@ jobs:
nflverse/nflreadr
- name: Archive all nflverse data
run: |
Sys.setenv("NFLVERSE_ARCHIVE_TAG" = ${{ matrix.tag }})
source("dev/run_archive.R")
run: dev/run_archive.R
shell: Rscript {0}

0 comments on commit d79ed07

Please sign in to comment.