We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0dd3f5 commit 375cd6bCopy full SHA for 375cd6b
action.yml
@@ -101,7 +101,7 @@ runs:
101
- name: Create .git/iga-requirements.txt in the working directory.
102
shell: bash
103
run: |
104
- wget -q -O .git/iga-requirements.txt "https://raw.githubusercontent.com/caltechlibrary/iga/${{ github.action_ref || 'main' }}/requirements.txt"
+ wget -q -O .git/iga-requirements.txt "https://raw.githubusercontent.com/caltechlibrary/iga/${{ github.action_ref || 'v1' }}/requirements.txt"
105
106
- name: Install Python.
107
uses: actions/setup-python@v5
0 commit comments