Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: Test Workflow
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run my GitHub action
uses: ./
with:
github_pat: ${{ secrets.GITHUB_TOKEN }}