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:
authorShohei Ueda <30958501+peaceiris@users.noreply.github.com>2022-10-15 16:37:00 +0300
committerGitHub <noreply@github.com>2022-10-15 16:37:00 +0300
commitaa6a4a3602e997a0aba2cfdbf18fb78bc462b29a (patch)
treed519f98ac683d3604d01e15bf89be1dd03d61594
parenta1382253f478f982f89231ba1bac56b33fe8ec92 (diff)
ci: remove duplicated env
-rw-r--r--.github/workflows/dependabot.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml
index ba006d27..dc7a9333 100644
--- a/.github/workflows/dependabot.yml
+++ b/.github/workflows/dependabot.yml
@@ -27,9 +27,6 @@ jobs:
(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') ||
(steps.meta.outputs.package-ecosystem == 'npm_and_yarn' && steps.meta.outputs.directory == '/exampleSite' && steps.meta.outputs.update-type == 'version-update:semver-patch')
- env:
- PR_URL: ${{ github.event.pull_request.html_url }}
- GITHUB_TOKEN: ${{ secrets.GH_PAT }}
run: |
gh pr checkout "${PR_URL}" # sets the upstream metadata for `gh pr status`
if [ "$(gh pr status --json reviewDecision -q .currentBranch.reviewDecision)" != "APPROVED" ]; then