Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtang committed Dec 7, 2023
1 parent 9f5d230 commit 339a228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-pax-test-mgmn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@ jobs:
needs: [metadata, run-jobs]
uses: ./.github/workflows/_finalize.yaml
with:
PUBLISH_BADGE: ${ needs.metadata.outputs.PUBLISH }}
PUBLISH_BADGE: ${{ needs.metadata.outputs.PUBLISH }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/nightly-t5x-test-mgmn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ jobs:
needs: [metadata, run-jobs]
uses: ./.github/workflows/_finalize.yaml
with:
PUBLISH_BADGE: ${ needs.metadata.outputs.PUBLISH }}
PUBLISH_BADGE: ${{ needs.metadata.outputs.PUBLISH }}
secrets: inherit

0 comments on commit 339a228

Please sign in to comment.