Skip to content

Commit

Permalink
[workflows] Replace deprecated command with environment file (Samsung…
Browse files Browse the repository at this point in the history
…#1750)

This commit replace deprecated command with environment file.

ONE-vscode-DCO-1.0-Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
  • Loading branch information
jongwooo committed Dec 28, 2023
1 parent 91aa464 commit ebdb6fa
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 ebdb6fa

Please sign in to comment.