Preparing for new location

This commit is contained in:
Peter Murray
2022-08-30 13:39:05 +00:00
committed by GitHub
parent b0ccd5d3fa
commit 411752e8de
28 changed files with 24074 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
name: Test Local Action
on:
workflow_dispatch:
inputs:
directory:
type: string
default: test-data/maven/simple
required: true
jobs:
test:
name: Test
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run local Action
uses: ./
with:
directory: ${{ inputs.directory }}