Skip to content

Commit a0202d5

Browse files
committed
Rename repository references after clone
1 parent a794735 commit a0202d5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
PACKAGE_URL: honnef.co/go/tools/cmd/staticcheck
141141
PACKAGE_VERSION: ${{ steps.setup-env.outputs.staticcheck-version }}
142142
run: go install ${PACKAGE_URL}@${PACKAGE_VERSION}
143-
# TODO: https://github.com/cisagov/skeleton-generic/issues/165
143+
# TODO: https://github.com/cisagov/action-job-preamble/issues/165
144144
# We are temporarily using @mcdonnnj's forked branch of terraform-docs
145145
# until his PR: https://github.com/terraform-docs/terraform-docs/pull/745
146146
# is approved. This temporary fix will allow for ATX header support when

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ all of which should be in this repository.
1515

1616
If you want to report a bug or request a new feature, the most direct
1717
method is to [create an
18-
issue](https://github.com/cisagov/skeleton-generic/issues) in this
18+
issue](https://github.com/cisagov/action-job-preamble/issues) in this
1919
repository. We recommend that you first search through existing
2020
issues (both open and closed) to check if your particular issue has
2121
already been reported. If it has then you might want to add a comment
@@ -25,7 +25,7 @@ one.
2525
## Pull requests ##
2626

2727
If you choose to [submit a pull
28-
request](https://github.com/cisagov/skeleton-generic/pulls), you will
28+
request](https://github.com/cisagov/action-job-preamble/pulls), you will
2929
notice that our continuous integration (CI) system runs a fairly
3030
extensive set of linters and syntax checkers. Your pull request may
3131
fail these checks, and that's OK. If you want you can stop there and
@@ -146,9 +146,9 @@ can create and configure the Python virtual environment with these
146146
commands:
147147

148148
```console
149-
cd skeleton-generic
150-
pyenv virtualenv <python_version_to_use> skeleton-generic
151-
pyenv local skeleton-generic
149+
cd action-job-preamble
150+
pyenv virtualenv <python_version_to_use> action-job-preamble
151+
pyenv local action-job-preamble
152152
pip install --requirement requirements-dev.txt
153153
```
154154

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# skeleton-generic #
1+
# action-job-preamble #
22

3-
[![GitHub Build Status](https://github.com/cisagov/skeleton-generic/workflows/build/badge.svg)](https://github.com/cisagov/skeleton-generic/actions)
3+
[![GitHub Build Status](https://github.com/cisagov/action-job-preamble/workflows/build/badge.svg)](https://github.com/cisagov/action-job-preamble/actions)
44

55
This is a generic skeleton project that can be used to quickly get a
66
new [cisagov](https://github.com/cisagov) GitHub project started.

0 commit comments

Comments
 (0)