Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Aug 3, 2022
1 parent 0b7fa4b commit 13b4ad2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/big-makepkg-master-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ jobs:
shell: bash
run: |
echo "## ssh setup"
echo "${{ secrets.PKGBUILD_HOST }}"
echo ${{ secrets.PKGBUILD_HOST }}
mkdir -p /home/runner/.ssh
touch /home/runner/.ssh/github_actions
chmod 600 /home/runner/.ssh/github_actions
Expand All @@ -85,7 +83,6 @@ jobs:
PKGBUILD_HOST: ${{ secrets.PKGBUILD_HOST }}
PKGBUILD_PORT: ${{ secrets.PKGBUILD_PORT }}
PKGBUILD_USER: ${{ secrets.PKGBUILD_USER }}
PKGBUILD_HOST: ${{ secrets.PKGBUILD_HOST }}
PKGBUILD_DIR_TESTING: ${{ secrets.PKGBUILD_DIR_TESTING }}
run: |
ssh-keyscan -t rsa $PKGBUILD_HOST >> /home/runner/.ssh/known_hosts
Expand Down

0 comments on commit 13b4ad2

Please sign in to comment.