Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeaceiris <30958501+peaceiris@users.noreply.github.com>2022-04-24 06:25:58 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2022-04-24 06:25:58 +0300
commit4c3e9756b1b6c17f256bfda1510ee019871036c4 (patch)
treec60d03639375a01b4b6e70b06a9b774e75894356
parent28c1165f1761bd8646434148634bc75cf4d066b0 (diff)
ci: fix package-ecosystem npm_and_yarn
-rw-r--r--.github/workflows/dependabot-approve.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/dependabot-approve.yml b/.github/workflows/dependabot-approve.yml
index 16c687c6..80f4911d 100644
--- a/.github/workflows/dependabot-approve.yml
+++ b/.github/workflows/dependabot-approve.yml
@@ -22,8 +22,8 @@ jobs:
- name: Approve
if: |
(steps.meta.outputs.package-ecosystem == 'github_actions') ||
- (steps.meta.outputs.package-ecosystem == 'npm' && steps.meta.outputs.directory == '/') ||
- (steps.meta.outputs.package-ecosystem == 'npm' && steps.meta.outputs.directory == '/exampleSite' && steps.meta.outputs.update-type == 'version-update:semver-minor')
+ (steps.meta.outputs.package-ecosystem == 'npm_and_yarn' && steps.meta.outputs.directory == '/') ||
+ (steps.meta.outputs.package-ecosystem == 'npm_and_yarn' && steps.meta.outputs.directory == '/exampleSite' && steps.meta.outputs.update-type == 'version-update:semver-minor')
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}