Skip to content

Commit 39ae078

Browse files
authored
Fix typo in echo command in demo workflow
1 parent fe7add5 commit 39ae078

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/demo-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# GITHUB_REF is the fully-formed reference (eg refs/heads/main) of the branch or tage that triggered the workflow run for push event
2727
echo "Current branch {GITHUB_REF}"
2828
# or we can just use the short ref name of the branch or tag
29-
ehco "Github_ref_name: ${GITHUB_REF_NAME}"
29+
echo "Github_ref_name: ${GITHUB_REF_NAME}"
3030
# How about we get the person who triggered the run / push
3131
echo "Workflow triggered by: ${{github.actor}}"
3232

0 commit comments

Comments
 (0)