Skip to content

Commit

Permalink
RF-27572 Fix path to command
Browse files Browse the repository at this point in the history
Annoyingly, the docs cannot be trusted: https://github.com/orgs/community/discussions/24985
  • Loading branch information
magni- committed Mar 17, 2023
1 parent 9995564 commit 4507033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ runs:
RF_BACKGROUND: ${{ inputs.background }}
RF_DRY_RUN: ${{ inputs.dry_run }}
RF_CACHE_KEY: ${{ inputs.cache_key }}
run: steps/validate.sh
run: ${GITHUB_ACTION_PATH}/steps/validate.sh

- name: Run Rainforest
uses: docker://gcr.io/rf-public-images/rainforest-cli:latest
Expand Down

0 comments on commit 4507033

Please sign in to comment.