Skip to content

Commit

Permalink
Create action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-masterov authored Dec 5, 2024
1 parent 850901f commit 5cfd36a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/actions/test-multi-steps/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: TEst action
description: Test Action

inputs:
run_s2:
description: Run
type: boolean
default: false

runs:
steps:
- name: step 1
run: exit 0
- name: step 2
if: false
run: exit 1

0 comments on commit 5cfd36a

Please sign in to comment.