Skip to content

Commit 51af48e

Browse files
style: Remove extra space before : in test_action
1 parent 5d5be47 commit 51af48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
cd new_head
4444
last_pushed_commit=$(git rev-parse ${{ github.head_ref }})
45-
echo "Commit sha on origin : $last_pushed_commit"
45+
echo "Commit sha on origin: $last_pushed_commit"
4646
if [[ $last_pushed_commit != ${{steps.capture.outputs.commit}} ]]; then
4747
echo "Something got pushed to ${{ github.head_ref }}"
4848
exit 1

0 commit comments

Comments
 (0)