Merge pull request #15 from tj-actions/update-readme

This commit is contained in:
Tonye Jack 2021-02-15 18:42:36 -05:00 committed by GitHub
commit 0397d31b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ Get branch information without the `/ref/*` prefix
if: github.event_name == 'push' if: github.event_name == 'push'
run: | run: |
echo "${{ steps.branch-name.outputs.current_branch }}" echo "${{ steps.branch-name.outputs.current_branch }}"
# Outputs: "main" the default branch that triggered the push event. # Outputs: "main" the branch that triggered the push event.
- name: Get Ref brach name - name: Get Ref brach name
run: | run: |