Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Jul 27, 2024
1 parent 10da39d commit 13803fa
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 @@ -23,7 +23,9 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Run a one-line script
run: echo "Hello, world!" > foo.txt
run: |
echo ${{ github.ref }}
echo "Hello, world!" > foo.txt
- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit 13803fa

Please sign in to comment.