Skip to content

Commit

Permalink
Try fixing issue-bot problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 4, 2024
1 parent eeeec65 commit cb6cd3c
Showing 1 changed file with 10 additions and 22 deletions.
32 changes: 10 additions & 22 deletions .github/workflows/issue-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,33 +139,21 @@ jobs:
working-directory: "issue-bot"
run: "composer install --no-interaction --no-progress"

- uses: Wandalen/[email protected]
- uses: actions/download-artifact@v4
with:
action: actions/download-artifact@v4
with: |
name: playground-cache
path: issue-bot/tmp
attempt_limit: 5
attempt_delay: 1000
name: playground-cache
path: issue-bot/tmp

- uses: Wandalen/[email protected]
- uses: actions/download-artifact@v4
with:
action: actions/download-artifact@v4
with: |
name: issue-cache
path: issue-bot/tmp
attempt_limit: 5
attempt_delay: 1000
name: issue-cache
path: issue-bot/tmp

- uses: Wandalen/[email protected]
- uses: actions/download-artifact@v4
with:
action: actions/download-artifact@v4
with: |
pattern: results-*
merge-multiple: true
path: issue-bot/tmp
attempt_limit: 5
attempt_delay: 1000
pattern: results-*
merge-multiple: true
path: issue-bot/tmp

- name: "Evaluate results - pull request"
working-directory: "issue-bot"
Expand Down

0 comments on commit cb6cd3c

Please sign in to comment.