Skip to content

Commit

Permalink
Fix: package names (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Mar 10, 2024
1 parent 610b40c commit 572f32f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:
inputs:
ref:
description: 'Git ref or SHA'
description: 'Git ref, tag, or commit SHA'
required: true
type: string

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
# commit ref info that's needed for it.
diff-search: ${{ github.event_name != 'workflow_dispatch' && true || false }}
static-checking: ${{ github.event_name == 'workflow_dispatch' && 'localIsNew' || '' }}
file-url: ${{ github.event_name == 'workflow_dispatch' && 'https://unpkg.com/chdman-js/package.json' || '' }}
file-url: ${{ github.event_name == 'workflow_dispatch' && 'https://unpkg.com/chdman/package.json' || '' }}

- if: steps.check.outputs.changed == 'true'
uses: volta-cli/action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mame-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:
inputs:
mame_ref:
description: MAME GitHub Ref/Tag (e.g. "mame0262")
description: 'MAME GitHub ref, tag, or commit SHA (e.g. "mame0262")'
required: true
type: string
auto-merge:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mame",
"roms"
],
"homepage": "https://github.com/emmercm/chdman-js#readme",
"homepage": "https://github.com/emmercm/chdman-js",
"bugs": {
"url": "https://github.com/emmercm/chdman-js/issues"
},
Expand Down

0 comments on commit 572f32f

Please sign in to comment.