Skip to content

Commit

Permalink
pr head ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwcarlson committed Oct 27, 2023
1 parent aa491b7 commit b0aa6cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
ls -a
git branch
echo ${{ github.base_ref }}
git checkout ${{ github.base_ref }}
echo ${{ github.event.pull_request.head.ref }}
# git checkout ${{ github.base_ref }}
# - name: "[PROJECT] 3. Set remote."
# run: |
# echo "::notice::Setting remote for the project locally."
Expand Down

0 comments on commit b0aa6cf

Please sign in to comment.