Added a welcome message to allow users to know they're using our action #190
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
name: codacy-coverage-reporter | |
on: ["push"] | |
jobs: | |
codacy-coverage-reporter: | |
runs-on: ubuntu-latest | |
name: codacy-coverage-reporter | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run codacy-coverage-reporter | |
uses: ./ | |
with: | |
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} | |
coverage-reporter-version: 13.13.15 |