fixed syntax

This commit is contained in:
Schmieder, Jacob
2024-05-08 09:39:29 +00:00
parent ee715a60f4
commit 5b627ab27a
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
with: with:
ref: ${{ github.event.inputs.branch_name || github.event.workflow_run.head_branch }} ref: ${{ github.event.inputs.branch_name || github.event.workflow_run.head_branch }}
- name: Get Branch Name - name: Get Branch Name
run: echo running on branch ${GITHUB_REF##*/} run: echo running on branch ${GITHUB_REF##*/}
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with: