Skip to content

Commit

Permalink
chore: test new action ref
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jan 20, 2025
1 parent 81e5325 commit 62041da
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 @@ -61,7 +61,7 @@ jobs:
env:
KERNEL_PUBLIC_KEY: ${{ secrets.KERNEL_PUBLIC_KEY }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
ACTION_REF: ${{ format('{0}/{1}@{2}', github.event.ref.split('/')[2], github.event.ref.split('/')[3], github.event.ref.split('/').slice(4).join('/')) }}
ACTION_REF: ${{ env.ACTION_REF }}
APP_ID: ${{ env.APP_ID }}
APP_PRIVATE_KEY: ${{ env.APP_PRIVATE_KEY }}

Expand Down

0 comments on commit 62041da

Please sign in to comment.