Skip to content

Commit

Permalink
dedupe step IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-fields committed Apr 19, 2022
1 parent e19da5f commit cf714f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Expand Up @@ -79,7 +79,7 @@ jobs:
on_retry_command: node -e "console.log('this is a retry command')"

- name: retry_on_exit_code (with expected error code)
id: retry_on_exit_code
id: retry_on_exit_code_expected
uses: ./
continue-on-error: true
with:
Expand All @@ -89,7 +89,7 @@ jobs:
command: node -e "process.exit(2)"

- name: retry_on_exit_code (with unexpected error code)
id: retry_on_exit_code
id: retry_on_exit_code_unexpected
uses: ./
continue-on-error: true
with:
Expand Down

0 comments on commit cf714f3

Please sign in to comment.