Skip to content

Commit

Permalink
Outputing to json to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
elinork committed Sep 11, 2023
1 parent b3100b5 commit 6ab4485
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-cloud-gov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
- name: Setup R
uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- name: Setup pandoc
uses: r-lib/actions/setup-pandoc@v2
Expand All @@ -85,6 +87,7 @@ jobs:
devtools
rlist
sf
rjson
- name: List R dependencies
run: |
Expand Down Expand Up @@ -145,8 +148,8 @@ jobs:
- name: Upload "Packages_to_pull.csv" artifact
uses: actions/upload-artifact@v3
with:
name: Packages_to_pull.csv
path: Packages_to_pull.csv
name: Packages_to_pull.json
path: Packages_to_pull.json


- name: Commit & Push
Expand Down

0 comments on commit 6ab4485

Please sign in to comment.