Skip to content

Commit

Permalink
feat(ci): tests against shell workflow
Browse files Browse the repository at this point in the history
move cache check logic to collect-shell versions

n/a
  • Loading branch information
jdre-c8y committed Jul 22, 2024
1 parent 34c244b commit 7d133e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-plugins-against-cockpit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
id: filter-versions
run: |
mkdir -p ./cache-files
versions=$(jq -r '.[] | @base64' <<< "${{ steps.collect-shell-versions.outputs.shell_versions }}")
versions=$(jq -r '.[] | @base64' <<< '${{ steps.collect-shell-versions.outputs.shell_versions }}')
filtered_versions="[]"
for version in $versions; do
Expand Down

0 comments on commit 7d133e7

Please sign in to comment.