Compare commits

..

No commits in common. "21162887f0d6e25b4e8eafb0cf44cf9bf7f6acd3" and "e35beed76f4e80e9b1116ca47dfa5939a88dd8ff" 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:
-