Remove deprecated command #33

This commit is contained in:
Sascha Mann
2022-10-14 17:38:48 +02:00
committed by GitHub
parent 08f6ca9894
commit 26bda12c02

View File

@@ -23,7 +23,7 @@ jobs:
run: 'write("random.txt", string(rand(10)))'
- name: Set cache-name as output
id: name
run: echo "::set-output name=cache-name::${{ hashFiles('random.txt') }}"
run: echo "cache-name=${{ hashFiles('random.txt') }}" >> $GITHUB_OUTPUT
test-save:
needs: generate-key