Skip to content

Commit 4d554a6

Browse files
Update reusable-workflow-template.yml
1 parent 3510088 commit 4d554a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-workflow-template.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55

66
jobs:
77
call_greet_everyone_workflow_job:
8-
uses: githubabcs/gh-abcs-actions/.github/workflows/greet-everyone.yml@main
8+
uses: githubdevopsabcs/gh-abcs-actions/.github/workflows/greet-everyone.yml@main
99
with:
1010
name: 'Reusable Workflow Templates'
1111

1212
call_reusable_workflow_job:
13-
uses: githubabcs/gh-abcs-actions/.github/workflows/super-linter.yml@main
13+
uses: githubdevopsabcs/gh-abcs-actions/.github/workflows/super-linter.yml@main
1414

1515
call_demo_workflow_job:
1616
needs: call_greet_everyone_workflow_job
17-
uses: githubabcs/gh-abcs-actions/.github/workflows/github-actions-demo.yml@main
17+
uses: githubdevopsabcs/gh-abcs-actions/.github/workflows/github-actions-demo.yml@main

0 commit comments

Comments
 (0)