Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shallwefootball/upload-s3-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: static-php/upload-s3-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 18, 2024

  1. Add single file support

    crazywhalecc committed Aug 18, 2024
    Copy the full SHA
    c746f78 View commit details
  2. Update action.yml

    crazywhalecc authored Aug 18, 2024
    Copy the full SHA
    fe66c74 View commit details
Showing with 6,815 additions and 6,802 deletions.
  1. +1 −1 action.yml
  2. +6,728 −6,711 dist/index.js
  3. +9 −3 index.js
  4. +77 −87 yarn.lock
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload S3
name: Upload S3 (Customized with single-file upload)
description: 'Upload directory to S3'
author: 'Dong Keon Kim'
branding:
Loading