Skip to content

chore(deps): update boto3 requirement from >=1.42.68 to >=1.42.88 in /unicorn_web #302

chore(deps): update boto3 requirement from >=1.42.68 to >=1.42.88 in /unicorn_web

chore(deps): update boto3 requirement from >=1.42.68 to >=1.42.88 in /unicorn_web #302

Workflow file for this run

name: Record PR details
on:
pull_request:
types: [opened, edited, closed]
jobs:
record_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: "Extract PR details"
uses: actions/github-script@v7
with:
script: |
const script = require('.github/scripts/save_pr_details.js')
await script({github, context, core})
- uses: actions/upload-artifact@v6
with:
name: pr
path: pr.txt