Skip to content

Commit

Permalink
replace leftover use of set-output in GH actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzevzl committed Sep 19, 2023
1 parent 971fca8 commit b7ab211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT

- name: Yarn cache
uses: actions/cache@v2
Expand Down

0 comments on commit b7ab211

Please sign in to comment.