diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-24 11:15:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 11:15:39 +0100 |
commit | 92f3154e8f7c1421541a00ae7cf57f188cfe46a5 (patch) | |
tree | 01fee8931aac61d456885951d141e7f80a0a02c6 /.github/workflows/backport.yml | |
parent | f66910d054d528f17e108487ef311ba560dc97f2 (diff) | |
parent | 471ea680a5aea20385667635d5a3695841bfa194 (diff) | |
download | PrismLauncher-92f3154e8f7c1421541a00ae7cf57f188cfe46a5.tar.gz PrismLauncher-92f3154e8f7c1421541a00ae7cf57f188cfe46a5.tar.bz2 PrismLauncher-92f3154e8f7c1421541a00ae7cf57f188cfe46a5.zip |
Merge pull request #337 from oynqr/misc/create-vendored-tarball
Diffstat (limited to '.github/workflows/backport.yml')
-rw-r--r-- | .github/workflows/backport.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index e1a7cffa..fa287a2c 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -9,7 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v1 + uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Backport PR by cherry-pick-ing uses: Nathanmalnoury/gh-backport-action@master with: |