Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/workflows/trigger-playwright.yml
Original file line number Diff line number Diff line change
@@ -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 }}"
}

11 changes: 10 additions & 1 deletion plantilla_web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,21 @@ <h2 style="color: #ffffff; padding-top: 20px;">Mi curso de Git y Github</h2>
<div style="padding-bottom: 30px;">
<button onclick="location.href='https://www.youtube.com/aminespinoza'" type="button" class="btn btn-outline-light" style="width: 80%; padding-top:10px; padding-bottom:10px; font-weight: 600;">Mira mi canal de Youtube</button>
</div>
<div style="padding-bottom: 30px;">
<button onclick="location.href='https://www.linkedin.com/in/aminespinoza/'" type="button" class="btn btn-outline-light" style="width: 80%; padding-top:10px; padding-bottom:10px; font-weight: 600;">Conecta en mi perfil de LinkedIn</button>
</div>
<div style="padding-bottom: 30px;">
<button onclick="lon.href='https://www.instagram.com/aminespinoza10/'" type="button" class="btn btn-outline-light" style="width: 80%; padding-top:10px; padding-bottom:10px; font-weight: 600;">Visitame en Instagram</button>
</div>
<div style="padding-bottom: 30px;">
<button onclick="location.href='https://www.com/aminespinoza'" type="button" class="btn btn-outline-light" style="width: 80%; padding-top:10px; padding-bottom:10px; font-weight: 600;">Mira mi canal de Youtube</button>
</div>
</div>
</div>
</div>

<div class="text-center">
<a href="https://codepen.io/nightcl4w/pen/dEjreJ" style="color: #34312f;" target="_blank">Creado por OrderMerch</a>
<a href="https://coden.io/nightcl4w/pen/eJ" style="color: #34312f;" target="_blank">Creado por OrderMerch</a>
</div>


Expand Down