Skip to content

Commit ceda940

Browse files
author
System Administrator
committed
fixed links
1 parent b5fadc5 commit ceda940

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

labs/lab02.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ References:
2525
name: A first job to say hello
2626
steps:
2727
- id: hello-world
28-
uses: githubabcs/hello-world-composite-action@v1.0.1
28+
uses: githubdevopsabcs/hello-world-composite-action@v1.0.1
2929
with:
3030
who-to-greet: 'Hello from GH ABCs'
3131
- run: echo random-number ${{ steps.hello-world.outputs.random-number }}
@@ -35,11 +35,11 @@ References:
3535
14. Go to `Actions` and see the details of your running workflow
3636
15. The workflow has the error:
3737
```
38-
[githubabcs/hello-world-composite-action@main] is not allowed to be used in [organization].
38+
[githubdevopsabcs/hello-world-composite-action@main] is not allowed to be used in [organization].
3939
Actions in this workflow must be: within a repository that belongs to your Enterprise account or created by GitHub.
4040
```
4141
16. Navigate to the `Settings > Actions > General` page of your own repository
4242
17. Allow the action by adding it to the `Allow specified actions and reusable workflows` field:
4343
```
44-
githubabcs/hello-world-composite-action@v1.0.1
44+
githubdevopsabcs/hello-world-composite-action@v1.0.1
4545
```

labs/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ References:
88

99
## 1. Fork the current repository
1010

11-
1. Fork the current repository [gh-abcs-admin](https://github.com/githubabcs/gh-abcs-admin)
11+
1. Fork the current repository [gh-abcs-admin](https://github.com/githubdevopsabcs/gh-abcs-admin)
1212
2. _(Optional)_ Clone the repository by importing it into your own account.
1313

1414
## 2. _(Optional)_ Creating a repository from current template
1515

16-
1. Navigate to the main page of the repository [gh-abcs-admin](https://github.com/githubabcs/gh-abcs-admin)
16+
1. Navigate to the main page of the repository [gh-abcs-admin](https://github.com/githubdevopsabcs/gh-abcs-admin)
1717
2. Click `Use this template`
1818
3. Follow the instructions to create your own repository from this template
1919
4. Name the repository `gh-abcs-admin-[USERNAME]`

0 commit comments

Comments
 (0)