Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GhostWriters/docker-packt-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 81bd28b40483a38bcbb27d4d52542e4a51c04824
Choose a base ref
..
head repository: GhostWriters/docker-packt-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0ea9ad094bf5cce6866aededcfdc4b4ff719675a
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/mega-linter.yml
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ jobs:
env.APPLY_FIXES_MODE == 'pull_request' &&
(env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) &&
(github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
with:
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
commit-message: "[MegaLinter] Apply linters automatic fixes"