Skip to content

Commit cbc0a05

Browse files
committed
test if for login and run
1 parent be39c36 commit cbc0a05

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install MultiTool via Action
1717
uses: "./"
1818
with:
19-
install-only: true
19+
# install-only: true
2020
version: "v0.3.0"
2121

2222
- name: "Test CLI is installed"

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ runs:
5252

5353
- name: Login
5454
shell: bash
55+
if: ${{ !inputs.install-only }}
5556
run: "multi login --enable-colors=always --email=${{ inputs.email }} --password=${{ inputs.password }}"
5657

5758
- name: Run
5859
shell: bash
60+
if: ${{ !(inputs.install-only || inputs.dry-run) }}
5961
run: "multi run --enable-colors=always"

0 commit comments

Comments
 (0)