Skip to content

Commit

Permalink
change action branch
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Jul 10, 2023
1 parent f8d17f1 commit 1a4074a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verdepcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
type: string
strategy:
description: |
Strategy to test package dependencies. One of: min, release, max.
Strategy to test package dependencies. One of: min_isolate, min_cohort, release, max.
required: true
type: string
additional-env-vars:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Dependency Test - ${{ env.strategy }} 🔢
id: verdepcheck
uses: insightsengineering/r-verdepcheck-action@main
uses: insightsengineering/r-verdepcheck-action@new-strategies
with:
github-token: ${{ steps.github-token.outputs.token }}
check-args: ${{ inputs.check-args }}
Expand Down

0 comments on commit 1a4074a

Please sign in to comment.