Skip to content

Commit

Permalink
change of syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 committed Aug 5, 2024
1 parent 2ac3f8c commit 33995be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/uml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${GITHUB_HEAD_REF:-main}
ref: ${{ github.head_ref || 'main' }}

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

0 comments on commit 33995be

Please sign in to comment.