We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68442e6 commit 35fd546Copy full SHA for 35fd546
.github/workflows/reusable-workflow-template.yml
@@ -5,13 +5,13 @@ on:
5
6
jobs:
7
call_greet_everyone_workflow_job:
8
- uses: githubdevopsabcs/gh-abcs-actions/.github/workflows/greet-everyone.yml@main
+ uses: githubabcs/gh-abcs-actions/.github/workflows/greet-everyone.yml@main
9
with:
10
name: 'Reusable Workflow Templates'
11
12
call_reusable_workflow_job:
13
- uses: githubdevopsabcs/gh-abcs-actions/.github/workflows/super-linter.yml@main
+ uses: githubabcs/gh-abcs-actions/.github/workflows/super-linter.yml@main
14
15
call_demo_workflow_job:
16
needs: call_greet_everyone_workflow_job
17
- uses: githubdevopsabcs/gh-abcs-actions/.github/workflows/github-actions-demo.yml@main
+ uses: githubabcs/gh-abcs-actions/.github/workflows/github-actions-demo.yml@main
0 commit comments