From a174fe5cd9593eb0d474734023d77ee398da1976 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Tue, 11 Apr 2023 00:07:36 +0800 Subject: [PATCH] workflows/sponsors-*: fix actionlint errors --- .github/workflows/sponsors-maintainers-man-completions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sponsors-maintainers-man-completions.yml b/.github/workflows/sponsors-maintainers-man-completions.yml index 929b3ad1ca..ff56c85161 100644 --- a/.github/workflows/sponsors-maintainers-man-completions.yml +++ b/.github/workflows/sponsors-maintainers-man-completions.yml @@ -56,7 +56,7 @@ jobs: else BRANCH=sponsors-maintainers-man-completions fi - echo "branch=${BRANCH}" >> $GITHUB_OUTPUT + echo "branch=${BRANCH}" >> "$GITHUB_OUTPUT" if git ls-remote --exit-code --heads origin "${BRANCH}" then @@ -100,11 +100,11 @@ jobs: if [[ -n "$COMMITTED" ]] then - echo "committed=true" >> $GITHUB_OUTPUT + echo "committed=true" >> "$GITHUB_OUTPUT" PULL_REQUEST_STATE="$(gh pr view --json=state | jq -r ".state")" if [[ "${PULL_REQUEST_STATE}" != "OPEN" ]] then - echo "pull_request=true" >> $GITHUB_OUTPUT + echo "pull_request=true" >> "$GITHUB_OUTPUT" fi fi env: