mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
GitHub Actions: Replace set-output with GitHub Environment Files (#989)
This commit is contained in:
parent
66fd2fe41e
commit
2744611193
4
.github/workflows/code-samples.yml
vendored
4
.github/workflows/code-samples.yml
vendored
@ -64,8 +64,8 @@ jobs:
|
||||
id: properties
|
||||
shell: bash
|
||||
run: |
|
||||
echo "::set-output name=ideVersions::${PLUGIN_VERIFIER_IDE_VERSIONS// /-}"
|
||||
echo "::set-output name=pluginVerifierHomeDir::~/.pluginVerifier"
|
||||
echo "ideVersions=${PLUGIN_VERIFIER_IDE_VERSIONS// /-}" >> $GITHUB_OUTPUT
|
||||
echo "pluginVerifierHomeDir=~/.pluginVerifier" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Run Plugin Verifier
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user