update megalinter #151
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |