Skip to content

Commit

Permalink
message
Browse files Browse the repository at this point in the history
  • Loading branch information
andromaqui committed Feb 27, 2024
1 parent 23e92d2 commit 876dd45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rerun-failed-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ runs:
shell: bash
run: |
echo ${{ steps.github-token.outputs.token }} | gh auth login --with-token
<<<<<<< HEAD
gh workflow run rerun-failed-run.yml -R camunda/infra-global-github-actions --ref=main -F run_id=${{ inputs.run-id }} -F repository=${{ inputs.repository }} -F error_message=${{ inputs.error-message }}
=======
error_messages="${{ inputs.error-messages }}"
result="["
IFS=$'\n'
Expand All @@ -65,4 +62,3 @@ runs:
result+="]"
echo "result: $result"
gh workflow run rerun-failed-run.yml -R camunda/infra-global-github-actions --ref=gh-672 -F run_id=${{ inputs.run-id }} -F repository=${{ inputs.repository }} -F error_messages=$result
>>>>>>> 51c9d6a (switched to grep -c)

0 comments on commit 876dd45

Please sign in to comment.