Skip to content

Update README.md

Update README.md #5

Workflow file for this run

name: Publish AWS Lambda Layer Version

Check failure on line 1 in .github/workflows/publish_layer.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish_layer.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: deploy, update_readme
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
deploy:
needs: build
strategy:
fail-fast: true
update_readme:
needs: deploy