Skip to content

Commit

Permalink
fix(actions): improve job name for npm diff workflow (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Sep 8, 2022
1 parent cbb2b39 commit 65de5ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [assigned]

jobs:
post-comment:
npm-diff:
if: ${{ contains(github.head_ref, 'dependabot/npm_and_yarn/') }}
runs-on: ubuntu-latest
permissions:
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/init.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ on:
types: [assigned]
jobs:
post-comment:
npm-diff:
if: \${{ contains(github.head_ref, 'dependabot/npm_and_yarn/') }}
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 65de5ff

Please sign in to comment.