Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Added args to inputs and passed to docker #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: "S3 Sync"
description: "Sync a directory to an AWS S3 repository"
author: jakejarvis
inputs:
args:
description: 'Additional arguments for s3 sync'
required: false
runs:
using: docker
image: Dockerfile
args:
- ${{ inputs.args }}
branding:
icon: refresh-cw
color: green