Skip to content

add a cache delete action #18

add a cache delete action

add a cache delete action #18

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
test-action:
name: Test Action
runs-on: blacksmith
steps:
- name: Checkout Action
uses: actions/checkout@v4.2.2
with:
path: mkdir-action
sparse-checkout: |
action.yml
dist
sparse-checkout-cone-mode: false
- name: Create Directory
uses: ./mkdir-action
with:
path: parent/child
- name: Check Directory
shell: bash
run: test -d parent/child