Skip to content

Commit

Permalink
branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
SPDonaghy committed Jun 18, 2024
1 parent de23d60 commit ca751c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Say Hello
run: echo "Hello, World!"
- name: Checkout repository
uses: actions/checkout@v2

- name: Get branch name
run: echo $GITHUB_REF

0 comments on commit ca751c5

Please sign in to comment.