[0.0.1.7] - 2024-01-18
Warning: The set-output
command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: GitHub Actions: Deprecating save-state and set-output commands
Unsupported
- name: Set output
run: echo "::set-output name={name}::{value}"
Supported
- name: Set output
run: echo "{name}={value}" >> $GITHUB_OUTPUT
What's Changed:
- Updated action.yml with new output format
Full Changelog: v0.0.1.0...v0.0.1.7