dmnemec / copy_file_to_another_repo_action

This GitHub Action copies a file from the current repository to a location in another repository
Apache License 2.0
182 stars 201 forks source link

Coping old file #59

Closed nkm269 closed 2 years ago

nkm269 commented 2 years ago

Hi i have form where i submit and create file in repo and push to another repository. This code works fine but it wont copy current file that i ran.it will copy old file .any idea where is the issue ? name: CI on: workflow_dispatch: inputs: backup_retentiondays: description: 'Backup retention days.Supported values are between 7 and 35 days' required: false georedundantbackupenable: type: choice description: 'Enable georedundant backup ' options:

nkm269 commented 2 years ago

Issue is because of this https://github.com/actions/checkout/issues/439