We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e71607 commit 5c800e7Copy full SHA for 5c800e7
.github/workflows/synchronize-launchpad.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
upload:
14
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04 # We need bzr < 3.3 for non-interactive login
15
steps:
16
- name: Install dependencies
17
run: |
@@ -34,7 +34,7 @@ jobs:
34
(cd "$GITHUB_WORKSPACE" && git fast-export -M --all) | (cd bzr-repo && bzr fast-import -)
35
36
- name: Login to launchpad
37
- run: bzr launchpad-login --no-check ${{ secrets.LAUNCHPAD_USER }}
+ run: bzr launchpad-login ${{ secrets.LAUNCHPAD_USER }}
38
39
- name: Upload to launchpad
40
working-directory: bzr-repo/trunk
0 commit comments