Skip to content

CI: replace deprecated ::set-output with GITHUB_OUTPUT #77

@Aditya30ag

Description

@Aditya30ag

Description

The CI workflow uses the deprecated GitHub Actions ::set-output command.
File: test_and_deploy.yml

current-issue

echo "::set-output name=date::$(date)"

Proposed fix

echo "date=$(date)" >> $GITHUB_OUTPUT

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions