Skip to content

Commit

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

on:
pull_request: ~

jobs:
test:
name: "Test"

runs-on: "ubuntu-latest"

steps:
- uses: "sergeysova/jq-action@v2"
with:
cmd: "${{ github.event }} | jq '.'"

0 comments on commit c1ef673

Please sign in to comment.