Compare commits

..

No commits in common. "c3b064c6d7c32446d6bc214ea075f1caad2de35a" and "54262e8fce11c7b5496f28398368170da45de7e7" have entirely different histories.

View File

@ -15,7 +15,7 @@ on:
jobs:
update-dist:
if: github.actor == 'dependabot[bot]' && github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == github.event.pull_request.head.repo.full_name
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == github.event.pull_request.head.repo.full_name
runs-on: ubuntu-latest
steps:
-