Skip to content

Commit d310127

Browse files
authored
fix: reference to correct txt file (#49)
1 parent 8e2b0c8 commit d310127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
shell: bash
3535
id: csda-version
3636
run: |
37-
CSDA_VERSION=$(curl -s https://raw.githubusercontent.com/gadomski/csda-version/refs/heads/main/csda-version.txt | tr -d '[:space:]')
37+
CSDA_VERSION=$(curl -s https://raw.githubusercontent.com/NASA-IMPACT/csda-version/refs/heads/main/csda-version.txt | tr -d '[:space:]')
3838
echo "version=$CSDA_VERSION" >> "$GITHUB_OUTPUT"
3939
- id: calculate
4040
shell: bash

0 commit comments

Comments
 (0)