mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-28 12:37:48 +08:00
Replace deprecated ::set-output with $GITHUB_OUTPUT (#2679)
This commit is contained in:
2
.github/workflows/gha-validate-chart.yaml
vendored
2
.github/workflows/gha-validate-chart.yaml
vendored
@@ -76,7 +76,7 @@ jobs:
|
||||
ct version
|
||||
changed=$(ct list-changed --config charts/.ci/ct-config-gha.yaml)
|
||||
if [[ -n "$changed" ]]; then
|
||||
echo "::set-output name=changed::true"
|
||||
echo "changed=true" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
- name: Run chart-testing (lint)
|
||||
|
||||
Reference in New Issue
Block a user