Skip to content

build(deps): bump @actions/core from 1.10.0 to 1.10.1 #1183

build(deps): bump @actions/core from 1.10.0 to 1.10.1

build(deps): bump @actions/core from 1.10.0 to 1.10.1 #1183

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 }}