Skip to content

Commit

Permalink
replaced set-output
Browse files Browse the repository at this point in the history
Signed-off-by: Vijay Vavdiya <vijayvavdiya@gmail.com>
  • Loading branch information
vvavdiya authored Oct 19, 2023
1 parent e1db842 commit 55d4fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Get Cypress version
id: cypress_version
run: |
echo "::set-output name=cypress_version::$(cat ./${{ env.FTR_PATH }}/package.json | jq '.devDependencies.cypress' | tr -d '"')"
echo "name=cypress_version::$(cat ./${{ env.FTR_PATH }}/package.json | jq '.devDependencies.cypress' | tr -d '"')" >> $GITHUB_OUTPUT
- name: Cache Cypress
id: cache-cypress
Expand Down

0 comments on commit 55d4fcb

Please sign in to comment.