update ubuntu workflow with remote test

Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
This commit is contained in:
GuillaumeFalourd 2022-01-07 10:05:02 -03:00
parent d7246e25c4
commit 6352e08c06
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ jobs:
target_branch: ubuntu target_branch: ubuntu
files: reports/ubuntu_report_full.txt files: reports/ubuntu_report_full.txt
remote_repository: https://github.com/GuillaumeFalourd/poc-github-actions remote_repository: https://github.com/GuillaumeFalourd/poc-github-actions
access_token: ${{ github.token }} access_token: ${{ secrets.ACCESS_TOKEN }}
force: true force: true
empty: true empty: true
tags: true tags: true

View file

@ -132,7 +132,7 @@ runs:
echo echo
echo "##### Copying contents to destination Github repository #####" echo "##### Copying contents to destination Github repository #####"
cp -rvf "${{ inputs.files }}" "$CLONE_DIRECTORY" cp "${{ inputs.files }}" "$CLONE_DIRECTORY"
cd "$CLONE_DIRECTORY" cd "$CLONE_DIRECTORY"