Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
premchavhan99 authored Aug 18, 2023
1 parent 1bdbd19 commit ef60f5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:

# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
run: |
echo Hello, world!
echo ${{ github.ref_name }}
# Runs a set of commands using the runners shell
- name: Run a multi-line script
Expand Down

0 comments on commit ef60f5f

Please sign in to comment.