You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Store public in Driveon:
push: { branches: [master] }jobs:
buildAndTestForSomePlatforms:
name: Upload public to driveruns-on: ubuntu-lateststeps:
# Checkout
- name: Checkout repositoryuses: actions/checkout@v2# Upload to Drive
- name: Upload public folder to Google Driveuses: Jodebu/upload-to-drive@masterid: driveUploadwith:
target: publicnotInclude: docscredentials: secrets.<YOUR_DRIVE_CREDENTIALS>folder: <YOUR_DRIVE_FOLDER_ID>
So I would really appreciate to have a paramter which will not include a specifc folder of file
The text was updated successfully, but these errors were encountered:
maybe create something like this
So I would really appreciate to have a paramter which will not include a specifc folder of file
The text was updated successfully, but these errors were encountered: