Skip to content

Workflow-Test [Default] - [Bump actions/upload-pages-artifact from 3 to 4 #183] by @dependabot[bot] #921

Workflow-Test [Default] - [Bump actions/upload-pages-artifact from 3 to 4 #183] by @dependabot[bot]

Workflow-Test [Default] - [Bump actions/upload-pages-artifact from 3 to 4 #183] by @dependabot[bot] #921

name: Workflow-Test [Default]
run-name: "Workflow-Test [Default] - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
on:
workflow_dispatch:
pull_request:
schedule:
- cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
statuses: write
pages: write
id-token: write
jobs:
WorkflowTestDefault:
uses: ./.github/workflows/workflow.yml
secrets: inherit
with:
WorkingDirectory: tests/srcTestRepo
Name: PSModuleTest2