File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
18
18
permissions :
19
- contents : write
19
+ contents : read
20
20
deployments : write
21
21
pull-requests : write
22
22
54
54
accountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
55
55
command : pages deploy build --project-name=revanced-counterfeits
56
56
57
- - name : Comment deployment URL on Pull Request
57
+ - name : Comment deployment URL
58
58
if : ${{ github.event_name == 'pull_request' }}
59
59
uses : thollander/actions-comment-pull-request@v2
60
60
with :
61
61
message : Deployed at ${{ steps.deploy.outputs.deployment-url }}.
62
-
63
- - name : Comment deployment URL on Commit
64
- if : ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
65
- uses : peter-evans/commit-comment@v3
66
- with :
67
- body : Deployed at ${{ steps.deploy.outputs.deployment-url }}.
You can’t perform that action at this time.
0 commit comments