Skip to content

Commit

Permalink
change --base-commit to master
Browse files Browse the repository at this point in the history
required after osu-wiki-tools 2.3.0, since
Walavouchey/osu-wiki-tools#22
  • Loading branch information
Walavouchey committed Jun 13, 2024
1 parent d970ff2 commit b36671e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
if: ${{ !contains(github.event.pull_request.body, 'SKIP_OUTDATED_CHECK') }}
run: |
osu-wiki-tools check-outdated-articles \
--base-commit HEAD \
--base-commit master \
--no-recommend-autofix \
--outdated-since "$(git log --format=%H master.. | tail -n 1)"

0 comments on commit b36671e

Please sign in to comment.