Skip to content

Commit

Permalink
Try to output head_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Oct 23, 2023
1 parent 39f365a commit 85a89e6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Test"

on:
pull_request: ~

jobs:
test:
name: "Test"

runs-on: "ubuntu-latest"

steps:
- name: "Test"
run: "${{ github.head_ref }}"

0 comments on commit 85a89e6

Please sign in to comment.