Skip to content

Commit 5cf40c0

Browse files
authored
Resume letting Swiftly import PGP keys
Signed-off-by: Gwynne Raskind <[email protected]>
1 parent cfd59c0 commit 5cf40c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
run: |
6464
curl -L -o swiftly-install.sh https://swiftlang.github.io/swiftly/swiftly-install.sh
6565
chmod a+x swiftly-install.sh
66-
./swiftly-install.sh --disable-confirmation --no-modify-profile --no-import-pgp-keys </dev/null
66+
./swiftly-install.sh --disable-confirmation --no-modify-profile </dev/null
6767
echo "SWIFTLY_HOME_DIR=${HOME}/.local/share/swiftly" >>"${GITHUB_ENV}"
6868
echo "SWIFTLY_BIN_DIR=${HOME}/.local/bin" >>"${GITHUB_ENV}"
6969
echo "${HOME}/.local/bin" >>"${GITHUB_PATH}"

0 commit comments

Comments
 (0)