Skip to content

Commit d8795f6

Browse files
committed
deprication worning
1 parent f7722f7 commit d8795f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-extension.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- name: Set workflow start time
3232
id: date
33-
run: echo "::set-output name=date::$(date +'%Y-%m-%dT%H%M%S')"
33+
run: echo "name=date::$(date +'%Y-%m-%dT%H%M%S')" >> $GITHUB_OUTPUT
3434

3535
- name: Set targets
3636
id: set_targets

0 commit comments

Comments
 (0)