Skip to content

Commit

Permalink
ci(workers): update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Oct 12, 2024
1 parent 02f47ad commit cf362f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/worker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ jobs:
environment:
name: Orion
env:
GUID: ${{ needs.job-cloudflare.outputs.GUID }}
UUID: ${{ needs.job-cloudflare.outputs.UUID }}
GUID: ${{ needs.job-cloudflare.outputs.guid }}
UUID: ${{ needs.job-cloudflare.outputs.uuid }}
steps:

# #
Expand Down

0 comments on commit cf362f1

Please sign in to comment.