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 749db4f commit 9e71607Copy full SHA for 9e71607
.github/workflows/synchronize-launchpad.yml
@@ -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 ${{ secrets.LAUNCHPAD_USER }}
+ run: bzr launchpad-login --no-check ${{ secrets.LAUNCHPAD_USER }}
38
39
- name: Upload to launchpad
40
working-directory: bzr-repo/trunk
0 commit comments