Skip to content

Bump super-linter/super-linter from 5.4.0 to 5.4.2 #36

Bump super-linter/super-linter from 5.4.0 to 5.4.2

Bump super-linter/super-linter from 5.4.0 to 5.4.2 #36

Workflow file for this run

---
name: fix-fail-notify
on:
pull_request:
push:
branches:
- master
jobs:
fix-fail-notify:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
token: ${{secrets.CREATE_WORKFLOW_CI_TOKEN}}
- run: bash "${GITHUB_WORKSPACE}/scripts/fix_fail_notify/fix_fail_notify/fix_fail_notify.sh"
- uses: dev-hato/[email protected]
with:
github-token: ${{secrets.GITHUB_TOKEN}}
branch-name-prefix: fix-fail-notify
pr-title-prefix: fail-notifyが間違ってたので直してあげたよ!