ci: move with to uses

This commit is contained in:
oSumAtrIX 2023-06-12 01:32:41 +02:00 committed by GitHub
parent c4c5086269
commit f3e2a7d0e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,12 +16,12 @@ jobs:
- name: Publish to Cloudflare Pages - name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1 uses: cloudflare/pages-action@v1
id: publish
with: with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: ${{ secrets.CLOUDFLARE_PROJECT_NAME }} projectName: ${{ secrets.CLOUDFLARE_PROJECT_NAME }}
directory: public directory: public
id: publish
- name: Comment deployment URL - name: Comment deployment URL
uses: thollander/actions-comment-pull-request@v2 uses: thollander/actions-comment-pull-request@v2