Skip to content

Commit 60c911e

Browse files
committed
Fix the env step
1 parent ae750b7 commit 60c911e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@v4
4646
- name: Set environment variables
4747
if: ${{ inputs.env_vars }}
48-
run: |
48+
run: |
4949
for i in "${{ inputs.env_vars }}"
5050
do
5151
printf "%s\n" $i >> $GITHUB_ENV

0 commit comments

Comments
 (0)