Skip to content

Debugging missing SHA #4

Debugging missing SHA

Debugging missing SHA #4

Workflow file for this run

name: Test MultiTool Action
on:
push:
branches-ignore:
- trunk
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: pwd
- run: ls
- name: Test MultiTool Action
uses: "./action.yml"
with:
input-string: "test input"