brendenehlers/Supabase Storage Upload
Uploads files to a Supabase storage bucket
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo_directory | Root directory within the actions worker | yes | ${{ github.workspace }} |
| upload_directory_path | The directory within your project to upload the files from | yes | — |
| bucket_name | The Supabase bucket to upload the files to | yes | — |
Outputs
| name | description |
|---|---|
| message | Output of the action, "Files uploaded successfully" if all files were uploaded successfully |