Skip to content

Commit e6f1989

Browse files
Merge branch 'openshift-examples:main' into main
2 parents ab55e43 + 56917af commit e6f1989

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy-pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
4646
4747
- name: Deploy to Cloudflare Pages
48-
uses: andykenward/github-actions-cloudflare-pages@v3.4.0
48+
uses: andykenward/github-actions-cloudflare-pages@v3.5.0
4949
id: pages
5050
with:
5151
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
@@ -55,6 +55,7 @@ jobs:
5555
github-token: ${{ secrets.GITHUB_TOKEN }}
5656
github-environment: Cloudflare Pages
5757
pr-number: ${{ env.PR_NUMBER }}
58+
branch: pr-${{ env.PR_NUMBER }}
5859

5960
# - name: Deploy
6061
# id: deploy

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: mkdocs build
3232

3333
- name: Deploy to Cloudflare Pages
34-
uses: andykenward/github-actions-cloudflare-pages@v3.4.0
34+
uses: andykenward/github-actions-cloudflare-pages@v3.5.0
3535
id: pages
3636
with:
3737
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 commit comments

Comments
 (0)