Skip to content

Commit

Permalink
refactor: rename repository (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Oct 20, 2023
1 parent 5e7b048 commit 9b9e616
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# action-setup-release
# setup-release-action
A reusable action to setup release inputs for GitHub Actions. This action is tailored to the
@LizardByte organization, but can be used by anyone if they follow the same conventions.

Expand All @@ -18,7 +18,7 @@ The action does the following:
```yaml
- name: Setup Release
id: setup_release
uses: LizardByte/action-setup-release@master
uses: LizardByte/setup-release-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -27,7 +27,7 @@ The action does the following:
```yaml
- name: Setup Release
id: setup_release
uses: LizardByte/action-setup-release@master
uses: LizardByte/setup-release-action@master
with:
changelog_path: ./docs/CHANGELOG.md
fail_on_events_api_error: true
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# set environment variables
load_dotenv()
os.environ['GITHUB_REPOSITORY'] = 'LizardByte/action-setup-release'
os.environ['GITHUB_REPOSITORY'] = 'LizardByte/setup-release-action'
os.environ['GITHUB_OUTPUT'] = 'github_output.md'
os.environ['GITHUB_STEP_SUMMARY'] = 'github_step_summary.md'
os.environ['GITHUB_WORKSPACE'] = os.path.join(os.getcwd(), 'github', 'workspace')
Expand Down

0 comments on commit 9b9e616

Please sign in to comment.