Skip to content

Create Custom Action #3

Create Custom Action

Create Custom Action #3

Workflow file for this run

name: JS Actions
on:
issues:
types: [labeled]
jobs:
action:
if: ${{ !github.event.repository.is_template }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ha-ha
uses: ./.github/actions/joke-action