Skip to content

Commit

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

n/a
  • Loading branch information
jdre-c8y committed Jun 25, 2024
1 parent 17b93af commit bd69696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/collect-shell-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Extract versions
id: extract-versions
run: |
echo "non_deprecated_shell_versions=${{ steps.collect-shell-versions.outputs.non_deprecated_shell_versions }}" >> $GITHUB_OUTPUT
echo "non_deprecated_shell_versions=${{ fromJSON(steps.collect-shell-versions.outputs.non_deprecated_shell_versions) }}" >> $GITHUB_OUTPUT

0 comments on commit bd69696

Please sign in to comment.