Skip to content

Commit

Permalink
refactor main.yaml for testing
Browse files Browse the repository at this point in the history
issue #44
  • Loading branch information
Jaroslav380 committed Jan 22, 2025
1 parent 0f3260a commit 7e5c864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Howdy
run: echo "Howdy from main"
run: echo "Howdy from ${GITHUB_REF#refs/heads/}"

0 comments on commit 7e5c864

Please sign in to comment.