Skip to content

Commit

Permalink
change to local branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
MongoCaleb committed Jul 8, 2024
1 parent 8ac0759 commit 32c7965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/add-preview-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
# git fetch
echo ${{ github.head_ref }}
echo ${{ github.base_ref }}
echo ${{github.ref}}
gh repo set-default mongodb/docs-app-services
gh pr diff ${{ github.base_ref }} --name-only
gh pr diff ${{ github.head_ref }} --name-only
#links_action
#master
#refs/pull/789/merge
Expand Down

0 comments on commit 32c7965

Please sign in to comment.