Skip to content

Commit

Permalink
Add branch param
Browse files Browse the repository at this point in the history
  • Loading branch information
buberdds committed Sep 27, 2023
1 parent c193c78 commit 69152e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
projectName: oasis-explorer
# Use output directory of build command.
directory: build
# Action has issues with aliased. Providing branch param mitigates it.
# branch: ${{ github.head_ref }}
# Without a branch param CloudFlare action will set an alias always to 'head'
branch: ${{ github.head_ref }}
# On a subsequent run the original comment will be updated.
- name: Update PR comment
uses: mshick/add-pr-comment@v2
Expand Down

0 comments on commit 69152e5

Please sign in to comment.