Skip to content

fix(sd-4482): install boto3 before running publish.py #1

fix(sd-4482): install boto3 before running publish.py

fix(sd-4482): install boto3 before running publish.py #1

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}