Skip to content

Commit dd894b6

Browse files
authored
Clean up echo commands in main.yml workflow
Removed echo statements for SPECIAL_KEY in workflow.
1 parent d25a574 commit dd894b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
env:
1313
SPECIAL_KEY: ${{ secrets.FOURK_KEY2 }}
1414
run: |
15-
echo "$SPECIAL_KEY"
16-
echo "done"
1715
export DEBIAN_FRONTEND=noninteractive && sudo apt-get -y update && sudo apt-get -y upgrade && sudo apt-get -y install unzip curl openjdk-16-jre-headless git openjdk-13-jre-headless git ruby npm openssh-client && \
1816
[ -x /usr/bin/gem2.7 ] && sudo gem install bundler:2.2.15 && \
1917
[ -x /usr/share/npm/bin/npm-cli.js ] && sudo npm install --global yarn && \

0 commit comments

Comments
 (0)