Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/workflow-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ permissions:
contents: write
jobs:
update-wiki-home:
uses: christianncode/workflow-utilities/.github/workflows/workflow-wiki.yml@main
uses: projects-devops-org/workflow-utilities/.github/workflows/workflow-wiki.yml@main
with:
message: "Actualizando wiki desde un workflow reusable"
3 changes: 1 addition & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ export default function Home() {
<h2>
My first deploy with Github Actions and use my own action v1 !!! 🙉
</h2>
<p>HELLO!!!!!!!!</p>
<small>BYE!!!!!</small>
<small>BYE 🙉!!!!!</small>
</main>
</div>
);
Expand Down