Skip to content

Get new package

Get new package #5

Workflow file for this run

name: Get new package
on:
issues:
types: [opened]
jobs:
CheckpackageRequest:
runs-on: windows-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/[email protected]
- name: Get new package
run: |
Import-Module "${{ github.workspace }}\scripts\new.psm1"
. "${{ github.workspace }}\scripts\Find-nextissueGH.ps1" -packageName "${{ github.event.issue.title }}"