fix app_name for release workflow #424
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# NOTE: This file should always be named `repolinter.yml` to allow | |
# workflow_dispatch to work properly | |
name: Repolinter Action | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
repolinter: | |
uses: ./.github/workflows/reusable_repolinter.yaml | |
# uses: newrelic/coreint-automation/.github/workflows/reusable_repolinter.yaml@v1 | |
# This is only needed for this repository in particular as it is community free but not fully supported like the OHAIs | |
# If you are copying this pipeline as an example for other repositories that are supported, you will have to remove | |
# this with. Or use the one needed for your use case. | |
with: | |
config_url: https://raw.githubusercontent.com/newrelic/.github/main/repolinter-rulesets/community-project.yml |