teamnovu / vapor-action

MIT License
14 stars 3 forks source link

Unexpected input 'args', valid inputs are [''] #3

Open ellisio opened 4 years ago

ellisio commented 4 years ago

Using the following config:

- name: Deploy to Staging
  env:
    VAPOR_API_TOKEN: ${{ secrets.VAPOR_API_TOKEN }}
    GITHUB_SECRET: ${{ secrets.ELLISIO_TOKEN }}
  uses: teamnovu/vapor-action@v1.0.3
  with:
    args: deploy staging

I get the following warning in our build:

##[warning]Unexpected input 'args', valid inputs are ['']
Run teamnovu/vapor-action@v1.0.3
  with:
    args: deploy staging

Is it possible the syntax is no longer valid with changes to GitHub actions?