Skip to content

Commit

Permalink
DX - content fixes (#1172)
Browse files Browse the repository at this point in the history
* feat: comment

* feat: fix sha
  • Loading branch information
bojanrajh authored Nov 7, 2023
1 parent 7d86170 commit f0f50c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-developer-portal.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This workflow is triggered whenever the main branch is updated
name: Deploy to DevHub

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/developer-portal-healthckeck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
with:
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
branch: ${{ github.ref_name }}
sha: ${{ github.sha }}
branch: ${{ github.event.pull_request.head.ref }}
sha: ${{ github.event.pull_request.head.sha }}
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_TOKEN: ${{ secrets.DEV_HUB_PERSONAL_ACCESS_TOKEN }}

0 comments on commit f0f50c4

Please sign in to comment.