From 84b119f483e43c856ba2de33b47a91694197d2f7 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sun, 21 Feb 2021 10:40:00 +0000 Subject: [PATCH] Restore base branch input It's removed by #30, but it's required, at least for depup testing which uses multiple branches to run depup --- .github/workflows/depup.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/depup.yml b/.github/workflows/depup.yml index 7e63e02..e99a989 100644 --- a/.github/workflows/depup.yml +++ b/.github/workflows/depup.yml @@ -30,6 +30,7 @@ jobs: This PR is auto generated by [depup workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3A${{ github.workflow }}). branch: depup/${{ steps.depup.outputs.repo }} + base: master redpen: runs-on: ubuntu-latest @@ -53,6 +54,7 @@ jobs: This PR is auto generated by [depup workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3A${{ github.workflow }}). branch: depup/${{ steps.depup.outputs.repo }} + base: master themis: runs-on: ubuntu-latest @@ -77,3 +79,4 @@ jobs: This PR is auto generated by [depup workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3A${{ github.workflow }}). branch: depup/${{ steps.depup.outputs.repo }} + base: master