Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
miya committed Aug 12, 2024
1 parent 3fd1eee commit c9e449e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/reusable-app-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,11 +311,11 @@ jobs:
ELASTICSEARCH_URI: http://localhost:${{ job.services.elasticsearch.ports['9200'] }}/growi

- uses: actions/upload-artifact@v2
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 1
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 1

- name: Slack Notification
uses: weseek/ghaction-slack-notification@master
Expand Down

0 comments on commit c9e449e

Please sign in to comment.