Skip to content

Commit 375cd6b

Browse files
committed
Update to v1 branch
1 parent b0dd3f5 commit 375cd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ runs:
101101
- name: Create .git/iga-requirements.txt in the working directory.
102102
shell: bash
103103
run: |
104-
wget -q -O .git/iga-requirements.txt "https://raw.githubusercontent.com/caltechlibrary/iga/${{ github.action_ref || 'main' }}/requirements.txt"
104+
wget -q -O .git/iga-requirements.txt "https://raw.githubusercontent.com/caltechlibrary/iga/${{ github.action_ref || 'v1' }}/requirements.txt"
105105
106106
- name: Install Python.
107107
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)