Skip to content

Commit

Permalink
Update precommit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbirdgit authored Aug 28, 2024
1 parent 077dff4 commit fd3514d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
needs: [get-short-sha, determine-branch]
uses: thunderbirdgit/gh-actions-wf/.github/workflows/nodejs-build.yml@main
with:
#service_name: ${{ env.service_name }}
service_name: "hw-ui-service"
service_name: ${{ env.service_name }}
#service_name: "hw-ui-service"
short_sha: ${{ needs.get-short-sha.outputs.short_sha }}
branch_name: ${{ needs.determine-branch.outputs.branch_name }}

0 comments on commit fd3514d

Please sign in to comment.