diff options
| author | Menny Even Danan <menny@evendanan.net> | 2020-02-13 20:08:19 +0000 |
|---|---|---|
| committer | Menny Even Danan <menny@evendanan.net> | 2020-02-13 20:09:21 +0000 |
| commit | fac5640b1e2bedef4671289b24c6765969135ff5 (patch) | |
| tree | b6d5d0940ad07660541f21e382009b7b7b3dddd5 /.github | |
| parent | a37c787bbfcb629264f136104361436fab6bb1fe (diff) | |
| download | AnySoftKeyboard-fac5640b1e2bedef4671289b24c6765969135ff5.tar.gz AnySoftKeyboard-fac5640b1e2bedef4671289b24c6765969135ff5.tar.bz2 | |
Bump pr-action to remove faking alpine
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/localization_update.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/packs_md_update.yml | 7 | ||||
| -rw-r--r-- | .github/workflows/third_party_update.yml | 35 |
3 files changed, 7 insertions, 37 deletions
diff --git a/.github/workflows/localization_update.yml b/.github/workflows/localization_update.yml index 336ef327f..167fdf761 100644 --- a/.github/workflows/localization_update.yml +++ b/.github/workflows/localization_update.yml @@ -28,7 +28,7 @@ jobs: - name: Download latest translations run: ./scripts/update_strings_from_crowdin_api.sh build - name: Create pull request - uses: peter-evans/create-pull-request@v2.4.0 + uses: peter-evans/create-pull-request@v2.4.1 with: token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} commit-message: 'Automated Localization Update from crowdin' diff --git a/.github/workflows/packs_md_update.yml b/.github/workflows/packs_md_update.yml index 9960f1974..8947b13af 100644 --- a/.github/workflows/packs_md_update.yml +++ b/.github/workflows/packs_md_update.yml @@ -14,18 +14,13 @@ jobs: runs-on: ubuntu-18.04 container: menny/ndk_ask:1.13.6 steps: - - name: Install deps for create-pull-request - run: | - touch /etc/alpine-release - ln -sf python3 /usr/bin/python - ln -sf pip3 /usr/bin/pip - uses: actions/checkout@v2 - name: setup run: ./scripts/ci/ci_setup.sh - name: update packs list run: ./gradlew :addons:languages:generatePacksMarkDown :addons:themes:generatePacksMarkDown :addons:quicktexts:generatePacksMarkDown - name: Create pull request - uses: peter-evans/create-pull-request@v2.4.0 + uses: peter-evans/create-pull-request@v2.4.1 with: token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} commit-message: 'Automated Packs List Update' diff --git a/.github/workflows/third_party_update.yml b/.github/workflows/third_party_update.yml index 2f58aeebd..f33b33577 100644 --- a/.github/workflows/third_party_update.yml +++ b/.github/workflows/third_party_update.yml @@ -18,11 +18,6 @@ jobs: runs-on: ubuntu-18.04 container: menny/ndk_ask:1.13.6 steps: - - name: Install deps for create-pull-request - run: | - touch /etc/alpine-release - ln -sf python3 /usr/bin/python - ln -sf pip3 /usr/bin/pip - uses: actions/checkout@v2 - name: setup run: ./scripts/ci/ci_setup.sh @@ -39,7 +34,7 @@ jobs: git add -f gradle/wrapper git add -f gradle/wrapper/gradle-wrapper.jar - name: Create pull request - uses: peter-evans/create-pull-request@v2.4.0 + uses: peter-evans/create-pull-request@v2.4.1 with: token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} commit-message: 'Automated Gradle Update' @@ -53,11 +48,6 @@ jobs: runs-on: ubuntu-18.04 container: menny/ndk_ask:1.13.6 steps: - - name: Install deps for create-pull-request - run: | - touch /etc/alpine-release - ln -sf python3 /usr/bin/python - ln -sf pip3 /usr/bin/pip - uses: actions/checkout@v2 - name: setup run: ./scripts/ci/ci_setup.sh @@ -75,7 +65,7 @@ jobs: run: | git add gradle/root_all_projects_ext.gradle - name: Create pull request - uses: peter-evans/create-pull-request@v2.4.0 + uses: peter-evans/create-pull-request@v2.4.1 with: token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} commit-message: 'Automated Robolectric Update' @@ -89,11 +79,6 @@ jobs: runs-on: ubuntu-18.04 container: menny/ndk_ask:1.13.6 steps: - - name: Install deps for create-pull-request - run: | - touch /etc/alpine-release - ln -sf python3 /usr/bin/python - ln -sf pip3 /usr/bin/pip - uses: actions/checkout@v2 - name: setup run: ./scripts/ci/ci_setup.sh @@ -109,7 +94,7 @@ jobs: run: | git add gradle/root_all_projects_ext.gradle - name: Create pull request - uses: peter-evans/create-pull-request@v2.4.0 + uses: peter-evans/create-pull-request@v2.4.1 with: token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} commit-message: 'Automated Build-Tools Update' @@ -123,11 +108,6 @@ jobs: runs-on: ubuntu-18.04 container: menny/ndk_ask:1.13.6 steps: - - name: Install deps for create-pull-request - run: | - touch /etc/alpine-release - ln -sf python3 /usr/bin/python - ln -sf pip3 /usr/bin/pip - uses: actions/checkout@v2 - name: setup run: ./scripts/ci/ci_setup.sh @@ -150,7 +130,7 @@ jobs: - name: Add changed gradle files run: git add gradle/errorprone.gradle - name: Create pull request - uses: peter-evans/create-pull-request@v2.4.0 + uses: peter-evans/create-pull-request@v2.4.1 with: token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} commit-message: 'Automated Error-Prone Update' @@ -164,11 +144,6 @@ jobs: runs-on: ubuntu-18.04 container: menny/ndk_ask:1.13.6 steps: - - name: Install deps for create-pull-request - run: | - touch /etc/alpine-release - ln -sf python3 /usr/bin/python - ln -sf pip3 /usr/bin/pip - uses: actions/checkout@v2 - name: setup run: ./scripts/ci/ci_setup.sh @@ -189,7 +164,7 @@ jobs: - name: Add changed formated files run: git add . - name: Create pull request - uses: peter-evans/create-pull-request@v2.4.0 + uses: peter-evans/create-pull-request@v2.4.1 with: token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} commit-message: 'Automated Google-Format Update' |
