Skip to content

Commit

Permalink
fix yaml syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrace committed Mar 27, 2024
1 parent 21d7c0a commit 9d38427
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/automatedTests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
with:
use-public-rspm: true

- uses: r-lib/actions/setup-renv@v2
with:
profile: '"shiny"'
with:
profile: '"shiny"'

- name: Find PhantomJS path
id: phantomjs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployShinyApps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: deploy-shiny

jobs:
deployShiny:
runs-on: ubuntu-latest
runs-on: ubuntu-latest

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9d38427

Please sign in to comment.