Skip to content

Commit

Permalink
CI 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 55d4fcb commit 346b477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ jobs:
id: verify-opensearch-exists
run: |
if curl -I -L ${{ env.OPENSEARCH_URL }}; then
echo "::set-output name=version-exists::true"
echo "name=version-exists::true" >> $GITHUB_OUTPUT
fi
- name: Skipping tests
Expand Down

0 comments on commit 346b477

Please sign in to comment.