Skip to content

Action-Test - [ #] by @MariusStorhaug #61

Action-Test - [ #] by @MariusStorhaug

Action-Test - [ #] by @MariusStorhaug #61

Workflow file for this run

name: Action-Test
run-name: "Action-Test - [${{ 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: read
pull-requests: read
jobs:
ActionTestDefault:
name: Action-Test - [Default]
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Action-Test
uses: ./
env:
GITHUB_TOKEN: ${{ github.token }}
with:
WhatIf: true