Skip to content

Commit 5705edb

Browse files
Style
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 492756b commit 5705edb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ jobs:
6464
- name: Set version variables
6565
id: version
6666
run: |
67-
# shellcheck disable=SC2086
68-
{ echo "all_versions=$(scripts/manage_versions.py all)"; \
69-
echo "current=$(scripts/manage_versions.py current)"; \
70-
echo "version_pairs=$(scripts/manage_versions.py generate_pairs)"; } >> $GITHUB_OUTPUT
67+
{
68+
echo "all_versions=$(scripts/manage_versions.py all)"
69+
echo "current=$(scripts/manage_versions.py current)"
70+
echo "version_pairs=$(scripts/manage_versions.py generate_pairs)"
71+
} >> "$GITHUB_OUTPUT"
7172
7273
- name: Check out branch ${{ steps.version.outputs.current }}
7374
uses: actions/[email protected]

0 commit comments

Comments
 (0)