diff --git a/action.yml b/action.yml index 8bf9b19..9fa51e8 100644 --- a/action.yml +++ b/action.yml @@ -20,9 +20,9 @@ branding: runs: using: 'docker' image: 'Dockerfile' - # args: - # - ${{ inputs.name }} - # - ${{ inputs.token }} - # - ${{ inputs.file }} - # - ${{ inputs.flags }} + args: + #- ${{ inputs.name }} + - ${{ inputs.token }} + #- ${{ inputs.file }} + #- ${{ inputs.flags }} \ No newline at end of file