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 8e2b0c8 commit d310127Copy full SHA for d310127
1 file changed
action.yml
@@ -34,7 +34,7 @@ runs:
34
shell: bash
35
id: csda-version
36
run: |
37
- CSDA_VERSION=$(curl -s https://raw.githubusercontent.com/gadomski/csda-version/refs/heads/main/csda-version.txt | tr -d '[:space:]')
+ CSDA_VERSION=$(curl -s https://raw.githubusercontent.com/NASA-IMPACT/csda-version/refs/heads/main/csda-version.txt | tr -d '[:space:]')
38
echo "version=$CSDA_VERSION" >> "$GITHUB_OUTPUT"
39
- id: calculate
40
0 commit comments