Will Gorick

Results 1 issues of Will Gorick

I have the following steps in my github action .yml file: ```steps: - uses: actions/checkout@v2 - name: Enter serverless dir and deploy uses: serverless/[email protected] with: args: -c "cd ./src/serverless &&...