Skip to content

Commit

Permalink
feat(ci): workflow as separate yml files
Browse files Browse the repository at this point in the history
$GITHUB_OUTPUT

n/a
  • Loading branch information
jdre-c8y committed Jun 25, 2024
1 parent 4d7859f commit ae01ccf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/collect-shell-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ jobs:

- name: Extract versions
id: extract-versions
run: |
echo "::set-output name=non_deprecated_shell_versions::${{steps.collect-shell-versions.outputs.non_deprecated_shell_versions}}"
run: echo "non_deprecated_shell_versions=${{ steps.collect-shell-versions.outputs.non_deprecated_shell_versions }}" >> $GITHUB_OUTPUT

0 comments on commit ae01ccf

Please sign in to comment.