Skip to content

Commit

Permalink
chore(gha): added missing id key for cf-gha-baseline step
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano committed Aug 13, 2024
1 parent eba5628 commit e65de82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:

- name: ⛮ cf-gha-baseline
uses: cardano-foundation/cf-gha-workflows/./actions/cf-gha-baseline@main
id: cf-gha-baseline
with:
working-directory: ./backend-services/${{ matrix.service }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -73,6 +74,7 @@ jobs:

- name: ⛮ cf-gha-baseline
uses: cardano-foundation/cf-gha-workflows/./actions/cf-gha-baseline@main
id: cf-gha-baseline
with:
working-directory: ./ui/summit-2024
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e65de82

Please sign in to comment.