Open jochman opened 1 year ago
I'm getting same error when tying to create a new project
You need to supply arguments with args
. The action just runs serverless
so it's expecting user input.
name: Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: serverless/github-action@v3.1.0
args: deploy
env:
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
Created PR #90 to enforce args
requirement programmatically.
I get this error while using args
I'm using a very simple workflow:
and I'm getting: