Skip to content

Merge pull request #1 from irby/irby/init #2

Merge pull request #1 from irby/irby/init

Merge pull request #1 from irby/irby/init #2

Workflow file for this run

on:
push:
branches:
- main
jobs:
sample:
runs-on: ubuntu-latest
name: Sample
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Get PR labels
id: pr-labels
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: |
env | grep GITHUB_PR_LABEL || true