Skip to content

Commit

Permalink
Fix retry action reference in workflows to use single '@' for v2.9.0 …
Browse files Browse the repository at this point in the history
…in dashboards reports test and build workflow
  • Loading branch information
guidomodarelli committed Nov 7, 2024
1 parent 4271b8b commit 845727e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@ jobs:
# path: OpenSearch-Dashboards/plugins/${{ env.PLUGIN_NAME }}

# - name: OpenSearch Dashboards Plugin Bootstrap
# uses: nick-fields/retry@@v2.9.0
# uses: nick-fields/[email protected]
# with:
# timeout_minutes: 30
# max_attempts: 3
# command: yarn osd bootstrap --single-version=loose

# - name: Test
# uses: nick-fields/retry@@v2.9.0
# uses: nick-fields/[email protected]
# with:
# timeout_minutes: 30
# max_attempts: 3
Expand Down Expand Up @@ -167,14 +167,14 @@ jobs:
# path: OpenSearch-Dashboards/plugins/${{ env.PLUGIN_NAME }}

# - name: OpenSearch Dashboards Plugin Bootstrap
# uses: nick-fields/retry@@v2.9.0
# uses: nick-fields/[email protected]
# with:
# timeout_minutes: 30
# max_attempts: 3
# command: yarn osd bootstrap --single-version=loose

# - name: Test
# uses: nick-fields/retry@@v2.9.0
# uses: nick-fields/[email protected]
# with:
# timeout_minutes: 30
# max_attempts: 3
Expand Down

0 comments on commit 845727e

Please sign in to comment.