Skip to content

Commit

Permalink
Fix GPG input
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel committed Sep 25, 2024
1 parent eb1968e commit af5094f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/o2-full-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
run: |

Check failure on line 112 in .github/workflows/o2-full-deps.yml

View workflow job for this annotation

GitHub Actions / actionlint

shellcheck reported issue in this script: SC2155:warning:3:8: Declare and assign separately to avoid masking return values ``` run: | ^~~~ ```
apt update
apt install -y vim git devscripts build-essential lintian debhelper dh-python python3-all python3-setuptools python3-setuptools-scm
export GPG_TTY=$(tty)
cat <<\EOF | gpg --import
${{ secrets.LAUNCHPAD_PPA_GPG_KEY }}
EOF
Expand Down

0 comments on commit af5094f

Please sign in to comment.