We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfacb5d commit d3b385aCopy full SHA for d3b385a
action.yml
@@ -44,7 +44,9 @@ runs:
44
python ${{ github.action_path }}/find_flaky_tests.py \
45
--slack-channel "${{ inputs.slack-channel-id }}" \
46
--auth-token "${{ inputs.token }}" \
47
- --prefix "${{ inputs.prefix }}" ${{ inputs.repository }} ${{ inputs.branch }} \
+ --prefix "${{ inputs.prefix }}" \
48
+ ${{ inputs.repository }} \
49
+ ${{ inputs.branch }} \
50
> flaky_tests.json
51
52
- name: Post message to ${{ inputs.slack-channel-name }} Slack channel
0 commit comments