Skip to content

Commit 610e980

Browse files
authored
Fix indentation
1 parent 73b5e05 commit 610e980

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ runs:
8080
echo "current_branch=$REF_BRANCH" >> "$GITHUB_OUTPUT"
8181
fi
8282
fi
83-
shell: bash - id: default
83+
shell: bash
84+
- id: default
8485
env:
8586
GITHUB_REF: ${{ github.ref }}
8687
CURRENT_BRANCH: ${{ steps.current_branch.outputs.current_branch }}

0 commit comments

Comments
 (0)