Skip to content

Commit

Permalink
test: improve the prints
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Nov 16, 2023
1 parent 5e230aa commit d258551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/real-workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
anchor: &anchor
name: Test running on ${{github.repository}}
run: echo Commit ${{github.sha}} seems to be working
run: echo Commit ${{github.sha}} from an anchor seems to be working

---

Expand All @@ -18,6 +18,6 @@ jobs:
- name: Test running on ${{github.repository}}
run: echo Commit ${{github.sha}} seems to be working
- <<: *anchor
run: echo Test merge keys
run: echo Commit ${{github.sha}} from a merge key seems to be working
- *anchor


0 comments on commit d258551

Please sign in to comment.