Skip to content

Commit

Permalink
fix: replace deprecated set-output with GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
ckotzbauer committed Oct 22, 2022
1 parent ad77417 commit 4d344a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
args+=("${encoded_runner}")
args+=(${{ inputs.arguments }})
echo "::set-output name=provenance_args::${args[@]}"
echo "provenance_args=${args[@]}" >> $GITHUB_OUTPUT
env:
GITHUB_CONTEXT: ${{ inputs.github_context }}
RUNNER_CONTEXT: ${{ inputs.runner_context }}
Expand Down

0 comments on commit 4d344a2

Please sign in to comment.