Skip to content

feat(workflows): update .NET version setup to support multiple versions and improve package handling #1331

feat(workflows): update .NET version setup to support multiple versions and improve package handling

feat(workflows): update .NET version setup to support multiple versions and improve package handling #1331

Workflow file for this run

name: Record PR details
on:
pull_request:
types: [opened, edited, closed]
permissions:
contents: read
jobs:
record_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: "Extract PR details"
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
const script = require('.github/scripts/save_pr_details.js')
await script({github, context, core})
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: pr
path: pr.txt