Skip to content

Commit 7fd7fbe

Browse files
committed
primer commit develop
1 parent 5fe7aac commit 7fd7fbe

2 files changed

Lines changed: 25 additions & 9 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Trigger Playwright Tests
2+
3+
on:
4+
push:
5+
branches: [ develop ]
6+
workflow_dispatch:
7+
8+
jobs:
9+
trigger-playwright:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Trigger Playwright Tests
13+
uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.PLAYWRIGHT_REPO_TOKEN }}
16+
repository: Luismi9201/playwright_test
17+
event-type: trigger-playwright-tests
18+
client-payload: |
19+
{
20+
"source_repo": "${{ github.repository }}",
21+
"source_branch": "${{ github.ref_name }}",
22+
"source_commit": "${{ github.sha }}",
23+
"triggered_by": "${{ github.actor }}"
24+
}
25+

plantilla_web/index.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@ <h2 style="color: #ffffff; padding-top: 20px;">Mi curso de Git y Github</h2>
3030
<div style="padding-bottom: 30px;">
3131
<button onclick="location.href='http://aminespinoza.com'" type="button" class="btn btn-outline-light" style="width: 80%; padding-top:10px; padding-bottom:10px; font-weight: 600;">Mi sitio web</button>
3232
</div>
33-
<div style="padding-bottom: 30px;">
34-
<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>
35-
</div>
36-
<div style="padding-bottom: 30px;">
37-
<button onclick="location.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>
38-
</div>
39-
<div style="padding-bottom: 30px;">
40-
<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>
41-
</div>
4233
</div>
4334
</div>
4435
</div>

0 commit comments

Comments
 (0)