Skip to content

Fix for forked repo pull request #1

Fix for forked repo pull request

Fix for forked repo pull request #1

Workflow file for this run

name: Print Reference
on:
pull_request:
branches: [main]
jobs:
print:
runs-on: ubuntu-latest
steps:
- name: print ref
run: |
echo "git ref: ${{github.ref}}"
echo "github.head_ref: ${{github.head_ref}}"
echo "github.base_ref: ${{github.base_ref}}"