Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/vitepress-1.0.0-rc.31
Browse files Browse the repository at this point in the history
  • Loading branch information
awxiaoxian2020 authored Dec 5, 2023
2 parents f63c6d5 + ea67178 commit e57a0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: [18.x]
# Checking the actor will prevent your Action run failing on non-Dependabot
# PRs but also ensures that it only does work for Dependabot PRs.
if: ${{ github.actor == 'dependabot[bot]' }}
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
# This first step will fail if there's no metadata and so the approval
# will not occur.
Expand Down

0 comments on commit e57a0bc

Please sign in to comment.