Skip to content

[Bug] Action from Step 1 is not updating the README for Step 2 #14

[Bug] Action from Step 1 is not updating the README for Step 2

[Bug] Action from Step 1 is not updating the README for Step 2 #14

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