Skip to content

Commit

Permalink
[workflows] Replace deprecated command with environment file
Browse files Browse the repository at this point in the history
This commit replace deprecated command with environment file.

ONE-vscode-DCO-1.0-Signed-off-by: Jongwoo Han <[email protected]>
  • Loading branch information
jongwooo committed Dec 28, 2023
1 parent 91aa464 commit f3b9c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-daily-license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- id: get_commit_id
run: |
COMMIT_ID=$(git log -1 --format='%H')
echo "::set-output name=commit_id::${COMMIT_ID}"
echo "commit_id=${COMMIT_ID}" >> $GITHUB_OUTPUT
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit f3b9c15

Please sign in to comment.