Skip to content

update megalinter

update megalinter #151

Workflow file for this run

on:
push:
branches:
- v1.9.x
jobs:
docker_build_and_push:
runs-on: ubuntu-latest
name: "Trigger"
steps:
- uses: actions/checkout@v3
with:
ref: master
token: ${{secrets.GITHUB_TOKEN}}
- run: git branch
- run: git config --global user.email "gitaction@gitaction.com"
- run: git config --global user.name "GitAction"
- run: git commit --allow-empty -m "Triggered by v1.9.x" | git push