Skip to content

🚀 [Feature]: Release-triggering file patterns now configurable via workflow input #1476

🚀 [Feature]: Release-triggering file patterns now configurable via workflow input

🚀 [Feature]: Release-triggering file patterns now configurable via workflow input #1476

name: Workflow-Test [Default]
run-name: "Workflow-Test [Default] - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
on:
workflow_dispatch:
pull_request:
schedule:
- cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
statuses: write
pages: write
id-token: write
jobs:
WorkflowTestDefault:
uses: ./.github/workflows/workflow.yml

Check failure on line 24 in .github/workflows/Workflow-Test-Default.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Workflow-Test-Default.yml

Invalid workflow file

error parsing called workflow ".github/workflows/Workflow-Test-Default.yml" -> "./.github/workflows/workflow.yml" : (Line: 71, Col: 9): 'default' is already defined
secrets:
APIKey: ${{ secrets.APIKey }}
TEST_APP_ENT_CLIENT_ID: ${{ secrets.TEST_APP_ENT_CLIENT_ID }}
TEST_APP_ENT_PRIVATE_KEY: ${{ secrets.TEST_APP_ENT_PRIVATE_KEY }}
TEST_APP_ORG_CLIENT_ID: ${{ secrets.TEST_APP_ORG_CLIENT_ID }}
TEST_APP_ORG_PRIVATE_KEY: ${{ secrets.TEST_APP_ORG_PRIVATE_KEY }}
TEST_USER_ORG_FG_PAT: ${{ secrets.TEST_USER_ORG_FG_PAT }}
TEST_USER_USER_FG_PAT: ${{ secrets.TEST_USER_USER_FG_PAT }}
TEST_USER_PAT: ${{ secrets.TEST_USER_PAT }}
with:
WorkingDirectory: tests/srcTestRepo