Skip to content

Commit

Permalink
actionlint -- quote variable
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed May 21, 2022
1 parent d95bf64 commit 96baaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
mv ./dmg/qs_build_settings /tmp/
mv ./dmg/Quicksilver.entitlements /tmp/
QS_INFO_VERSION=$(awk '/QS_INFO_VERSION/ { print $NF }' /tmp/qs_build_settings)
echo "QS_INFO_VERSION=${QS_INFO_VERSION}" >> $GITHUB_ENV
echo "QS_INFO_VERSION=${QS_INFO_VERSION}" >> "${GITHUB_ENV}"
- uses: actions/checkout@v2
with:
submodules: recursive
Expand Down

0 comments on commit 96baaf5

Please sign in to comment.