update ubuntu workflow with remote test
Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
This commit is contained in:
parent
d7246e25c4
commit
6352e08c06
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ubuntu_action_test.yml
vendored
2
.github/workflows/ubuntu_action_test.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
target_branch: ubuntu
|
||||
files: reports/ubuntu_report_full.txt
|
||||
remote_repository: https://github.com/GuillaumeFalourd/poc-github-actions
|
||||
access_token: ${{ github.token }}
|
||||
access_token: ${{ secrets.ACCESS_TOKEN }}
|
||||
force: true
|
||||
empty: true
|
||||
tags: true
|
||||
|
|
|
@ -132,7 +132,7 @@ runs:
|
|||
|
||||
echo
|
||||
echo "##### Copying contents to destination Github repository #####"
|
||||
cp -rvf "${{ inputs.files }}" "$CLONE_DIRECTORY"
|
||||
cp "${{ inputs.files }}" "$CLONE_DIRECTORY"
|
||||
|
||||
cd "$CLONE_DIRECTORY"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue