Skip to content

Commit

Permalink
refs and shas test
Browse files Browse the repository at this point in the history
  • Loading branch information
komish committed Dec 19, 2023
1 parent 963c81a commit 4fb71b8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/refs-and-sha.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "refs and shas"

on:
pull_request_target

jobs:
build:
runs-on: ubuntu-latest
steps:
- run: |
echo "full name: ${{ github.event.pull_request.head.repo.full_name }}"
echo "ref: ${{ github.event.pull_request.head.ref }}"
echo "sha: ${{ github.event.pull_request.head.sha }}"
echo "login:" ${{ github.event.pull_request.user.login }}
echo "actor:" ${{ github.actor }}

0 comments on commit 4fb71b8

Please sign in to comment.