Skip to content

Commit

Permalink
Replace deprecated command with environment file (opensearch-project#…
Browse files Browse the repository at this point in the history
…10289)

Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
  • Loading branch information
jongwooo authored and deshsidd committed Oct 9, 2023
1 parent 6219da7 commit cd298d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lucene-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set hash
working-directory: ./lucene
run: |
echo "::set-output name=REVISION::$(git rev-parse --short HEAD)"
echo "REVISION=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
id: version

- name: Initialize gradle settings
Expand Down

0 comments on commit cd298d6

Please sign in to comment.