Skip to content

chore(deps): bump AWSSDK.EventBridge from 3.7.401.14 to 3.7.401.20 #72

chore(deps): bump AWSSDK.EventBridge from 3.7.401.14 to 3.7.401.20

chore(deps): bump AWSSDK.EventBridge from 3.7.401.14 to 3.7.401.20 #72

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