diff --git a/.github/workflows/trigger-playwright.yml b/.github/workflows/trigger-playwright.yml new file mode 100644 index 0000000..de163cb --- /dev/null +++ b/.github/workflows/trigger-playwright.yml @@ -0,0 +1,25 @@ +name: Trigger Playwright Tests + +on: + push: + branches: [ develop ] + workflow_dispatch: + +jobs: + trigger-playwright: + runs-on: ubuntu-latest + steps: + - name: Trigger Playwright Tests + uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.PLAYWRIGHT_REPO_TOKEN }} + repository: Luismi9201/playwright_test + event-type: trigger-playwright-tests + client-payload: | + { + "source_repo": "${{ github.repository }}", + "source_branch": "${{ github.ref_name }}", + "source_commit": "${{ github.sha }}", + "triggered_by": "${{ github.actor }}" + } + diff --git a/plantilla_web/index.html b/plantilla_web/index.html index 6cb4320..8b0f97c 100644 --- a/plantilla_web/index.html +++ b/plantilla_web/index.html @@ -39,12 +39,21 @@

Mi curso de Git y Github

+
+ +
+
+ +
+
+ +
- Creado por OrderMerch + Creado por OrderMerch