Skip to content

Commit 71d1346

Browse files
google-adminbenknutson-googlelukebaumann
authored
Refactor Github Action per b/485167538 (AI-Hypercomputer#180)
Co-authored-by: Ben Knutson <benknutson@google.com> Co-authored-by: Luke Baumann <lukebaumann@users.noreply.github.com>
1 parent 76014cc commit 71d1346

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build_wheel.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
run: pip install build
4343
- name: Clone pathwaysutils from tag
4444
if: github.event_name == 'workflow_dispatch'
45-
run: git clone --branch=${{inputs.tag}} https://github.com/AI-Hypercomputer/pathways-utils.git
45+
run: git clone --branch=${INPUTS_TAG} https://github.com/AI-Hypercomputer/pathways-utils.git
46+
env:
47+
INPUTS_TAG: ${{inputs.tag}}
4648
- name: Enter directory
4749
if: github.event_name == 'workflow_dispatch'
4850
run: cd pathways-utils

0 commit comments

Comments
 (0)