Skip to content

Commit

Permalink
Modified GitHub Actions checkout to get the active branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mliberty1 committed Jun 5, 2024
1 parent e8fd415 commit 95699b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
echo "runner.arch=$RUNNER_ARCH"
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 95699b7

Please sign in to comment.