Skip to content

workflow updated

workflow updated #4

Workflow file for this run

name: self-assign-bot
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Example TypeScript Action
uses: flcdrg/[email protected]
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}