mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 11:54:40 +00:00
GitHub Actions - remove unused outputs from template-verify.yml workflow
This commit is contained in:
3
.github/workflows/template-verify.yml
vendored
3
.github/workflows/template-verify.yml
vendored
@@ -16,9 +16,6 @@ jobs:
|
||||
name: Template Verify
|
||||
if: github.event.repository.name == 'intellij-platform-plugin-template'
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
version: ${{ steps.properties.outputs.version }}
|
||||
changelog: ${{ steps.properties.outputs.changelog }}
|
||||
steps:
|
||||
|
||||
# Check out the current repository
|
||||
|
||||
Reference in New Issue
Block a user