Skip to content

build(deps): bump @actions/github from 5.1.1 to 6.0.0 #1230

build(deps): bump @actions/github from 5.1.1 to 6.0.0

build(deps): bump @actions/github from 5.1.1 to 6.0.0 #1230

name: "operational-test"
on:
# (from: https://help.github.com/en/actions/reference/events-that-trigger-workflows#issue-comment-event-issue_comment)
issue_comment:
types: [created, edited]
jobs:
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# 0 indicates all history
fetch-depth: 0
- uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}