Fix indentation

This commit is contained in:
Tonye Jack 2023-12-02 22:42:21 -07:00 committed by GitHub
parent 73b5e05c85
commit 610e980330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,8 @@ runs:
echo "current_branch=$REF_BRANCH" >> "$GITHUB_OUTPUT" echo "current_branch=$REF_BRANCH" >> "$GITHUB_OUTPUT"
fi fi
fi fi
shell: bash - id: default shell: bash
- id: default
env: env:
GITHUB_REF: ${{ github.ref }} GITHUB_REF: ${{ github.ref }}
CURRENT_BRANCH: ${{ steps.current_branch.outputs.current_branch }} CURRENT_BRANCH: ${{ steps.current_branch.outputs.current_branch }}