Skip to content

Commit

Permalink
chore: new token workflow for worker-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Dec 18, 2024
1 parent 76aaa67 commit 1188b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/worker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- run: |
git config --global user.name '${{ steps.app-token.outputs.app-slug }}[bot]'
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com>'
if: steps.app-token.outputs.app-slug != '' && steps.get-user-id.outputs.user-id != ''
#if: steps.app-token.outputs.app-slug != '' && steps.get-user-id.outputs.user-id != ''
- name: Format manifest.json using Prettier
shell: bash
Expand Down

0 comments on commit 1188b8d

Please sign in to comment.