We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae750b7 commit 60c911eCopy full SHA for 60c911e
.github/workflows/swift_package_test.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: actions/checkout@v4
46
- name: Set environment variables
47
if: ${{ inputs.env_vars }}
48
- run: |
+ run: |
49
for i in "${{ inputs.env_vars }}"
50
do
51
printf "%s\n" $i >> $GITHUB_ENV
0 commit comments