Skip to content

Commit

Permalink
RF-31415 Fix setting action version when starting run
Browse files Browse the repository at this point in the history
  • Loading branch information
magni- committed Nov 16, 2023
1 parent 66fc49e commit b377bfc
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 @@ -127,7 +127,7 @@ runs:
uses: docker://gcr.io/rf-public-images/rainforest-cli:latest
if: (! inputs.dry_run)
env:
GH_ACTION_VERSION: ${{ env.version }}
GH_ACTION_VERSION: ${{ env.RF_ACTION_VERSION }}
with:
args: ${{ steps.validate.outputs.command }}
- name: Archive Rainforest results
Expand Down

0 comments on commit b377bfc

Please sign in to comment.