Skip to content

chore(deps): bump AWS.Lambda.Powertools.Logging from 1.5.1 to 1.6.1 #93

chore(deps): bump AWS.Lambda.Powertools.Logging from 1.5.1 to 1.6.1

chore(deps): bump AWS.Lambda.Powertools.Logging from 1.5.1 to 1.6.1 #93

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@v3
- name: "Extract PR details"
uses: actions/github-script@v6
with:
script: |
const script = require('.github/scripts/save_pr_details.js')
await script({github, context, core})
- uses: actions/upload-artifact@v3
with:
name: pr
path: pr.txt