From 6352e08c06e04e7edd7f4e9303b120800d946934 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 7 Jan 2022 10:05:02 -0300 Subject: [PATCH] update ubuntu workflow with remote test Signed-off-by: GuillaumeFalourd --- .github/workflows/ubuntu_action_test.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu_action_test.yml b/.github/workflows/ubuntu_action_test.yml index 3fd111c..d666901 100644 --- a/.github/workflows/ubuntu_action_test.yml +++ b/.github/workflows/ubuntu_action_test.yml @@ -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 diff --git a/action.yml b/action.yml index f81c62f..e6c5ed5 100644 --- a/action.yml +++ b/action.yml @@ -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"