Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Nov 18, 2024
1 parent 2c209b1 commit 7e1bea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: GITHUB_REF
ref: ${{ github.ref }}

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

0 comments on commit 7e1bea1

Please sign in to comment.