1 parent fe7add5 commit 39ae078Copy full SHA for 39ae078
1 file changed
.github/workflows/demo-workflow.yml
@@ -26,7 +26,7 @@ jobs:
26
# GITHUB_REF is the fully-formed reference (eg refs/heads/main) of the branch or tage that triggered the workflow run for push event
27
echo "Current branch {GITHUB_REF}"
28
# or we can just use the short ref name of the branch or tag
29
- ehco "Github_ref_name: ${GITHUB_REF_NAME}"
+ echo "Github_ref_name: ${GITHUB_REF_NAME}"
30
# How about we get the person who triggered the run / push
31
echo "Workflow triggered by: ${{github.actor}}"
32
0 commit comments