forked from opensearch-project/dashboards-reporting
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix retry action reference in workflows to use single '@' for v2.9.0 …
…in dashboards reports test and build workflow
- Loading branch information
1 parent
4271b8b
commit 845727e
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|