Skip to content

Commit

Permalink
Merge pull request #8 from a-masterov/a-masterov-patch-2
Browse files Browse the repository at this point in the history
Create action.yml
  • Loading branch information
a-masterov authored Dec 5, 2024
2 parents 850901f + 5cfd36a commit 1282205
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 1282205

Please sign in to comment.