Duplicate names in entry-files.json causes one to not be built #76
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
on: | |
issue_comment: | |
types: [created] | |
name: AXE | |
jobs: | |
axe: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: khan/[email protected] | |
id: check | |
with: | |
trigger: 'AXE:' | |
env: | |
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' | |
- uses: DekodeInteraktiv/actions/axe@master | |
if: steps.check.outputs.triggered == 'true' | |
with: | |
pr: ${{github.event.issue.number}} | |
comment: ${{ steps.check.outputs.comment_body }} | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
actor: ${{ github.actor }} | |
aws_secret_access_key: ${{ secrets.AXE_ACTION_ACCESS_SECRET }} | |
aws_access_key_id: ${{ secrets.AXE_ACTION_ACCESS_KEY }} |