Skip to content

Commit 8b2b643

Browse files
committed
Try to move to GITHUB_STATE
1 parent b78942d commit 8b2b643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id: read_algorithms
1616
run: |
1717
algorithms=$(cat tests/IVIMmodels/unit_tests/algorithms.json)
18-
echo "::set-output name=algorithms::$algorithms"
18+
echo "algorithms=$algorithms" >> $GITHUB_STATE
1919
2020
build:
2121
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)