Skip to content

Bump github/super-linter from 4.5.1 to 4.10.1 #226

Bump github/super-linter from 4.5.1 to 4.10.1

Bump github/super-linter from 4.5.1 to 4.10.1 #226

Workflow file for this run

on:
issue_comment:
types: [created]
name: Update PR
jobs:
update-branch:
name: update-branch
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/update')
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.CI_PERSONAL_ACCESS_TOKEN }}
- name: Automatic Update
uses: ankitvgupta/pr-updater@v1.4.0
env:
GITHUB_TOKEN: ${{ secrets.CI_PERSONAL_ACCESS_TOKEN }}