File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,11 +2,8 @@ name: Workers Deploy
22on :
33 push :
44 branches :
5- - dev
5+ # - dev
66 - action-dev
7- # Sequence of patterns matched against refs/tags
8- # tags:
9- # - v[0-9]+.[0-9]+.[0-9]+
107
118permissions :
129 actions : read
2219 submodules : recursive
2320 token : ${{ secrets.SUBMODULE_TOKEN }}
2421 # ref: dev
22+ ref : action-dev
2523 - name : Deploy Workers
2624 uses : cloudflare/wrangler-action@v3
2725 with :
Original file line number Diff line number Diff line change 11name : Workers Deploy
22on :
33 push :
4- branches :
5- - action-dev
4+ # Sequence of patterns matched against refs/tags
5+ tags :
6+ - v[0-9]+.[0-9]+.[0-9]+
67
78permissions :
89 actions : read
1213 deploy-workers :
1314 runs-on : ubuntu-latest
1415 steps :
15- - uses : actions/checkout@v4
16+ - name : Checkout
17+ uses : actions/checkout@main
18+ with :
19+ submodules : recursive
20+ token : ${{ secrets.SUBMODULE_TOKEN }}
1621 - name : Deploy Workers
1722 uses : cloudflare/wrangler-action@v3
1823 with :
You can’t perform that action at this time.
0 commit comments