Update on-pr.yaml

This commit is contained in:
Abdul Rabbani 2022-04-18 17:40:23 -04:00
parent e288a2933d
commit 72d3174f63

View File

@ -30,6 +30,7 @@ jobs:
echo $GITHUB_REPOSITORY > /tmp/git_repository
echo $GITHUB_HEAD_REF > /tmp/git_head_ref
echo ${{ env.BUILD_KEY }} > /tmp/key
chmod 400 /tmp/key
cat /tmp/git_repository
cat /tmp/git_head_ref
# echo ${{ env.BUILD_KEY }} | scp -i /dev/stdin /tmp/git_repository {{ env.BUILD_USERNAME }}@${{ env.BUILD_HOSTNAME }}:/tmp/git_repository