Skip to content

Commit

Permalink
deprication worning
Browse files Browse the repository at this point in the history
  • Loading branch information
filip131311 committed Mar 7, 2025
1 parent d8795f6 commit 0ee781d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- name: Set workflow start time
id: date
run: echo "name=date::$(date +'%Y-%m-%dT%H%M%S')" >> $GITHUB_OUTPUT
run: echo "date=$(date +'%Y-%m-%dT%H%M%S')" >> $GITHUB_OUTPUT

- name: Set targets
id: set_targets
Expand Down

0 comments on commit 0ee781d

Please sign in to comment.