Skip to content

Commit

Permalink
Fix typo in action call name
Browse files Browse the repository at this point in the history
  • Loading branch information
figi44 committed Nov 30, 2023
1 parent 9352148 commit 3f1944c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-package-with-config/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ runs:
print("EOF", file=f)
- name: Check upstream build status
uses: ecmwf-action/reusable-workflows/check-upstream-conclusion@v2
uses: ecmwf-actions/reusable-workflows/check-upstream-conclusion@v2
with:
deps: ${{ fromJSON(steps.config.outputs.config).dependencies }}

Expand Down
2 changes: 1 addition & 1 deletion ci-hpc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
using: composite
steps:
- name: Check upstream build status
uses: ecmwf-action/reusable-workflows/check-upstream-conclusion@v2
uses: ecmwf-actions/reusable-workflows/check-upstream-conclusion@v2
with:
deps: |
${{ inputs.dependencies }}
Expand Down

0 comments on commit 3f1944c

Please sign in to comment.