Skip to content

Commit d3b385a

Browse files
committed
🎨 Simplify find action command
1 parent dfacb5d commit d3b385a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ runs:
4444
python ${{ github.action_path }}/find_flaky_tests.py \
4545
--slack-channel "${{ inputs.slack-channel-id }}" \
4646
--auth-token "${{ inputs.token }}" \
47-
--prefix "${{ inputs.prefix }}" ${{ inputs.repository }} ${{ inputs.branch }} \
47+
--prefix "${{ inputs.prefix }}" \
48+
${{ inputs.repository }} \
49+
${{ inputs.branch }} \
4850
> flaky_tests.json
4951
5052
- name: Post message to ${{ inputs.slack-channel-name }} Slack channel

0 commit comments

Comments
 (0)