Skip to content

Commit

Permalink
ci: Update workflow names from xkcd_pass to xkcd-pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
adambirds committed May 1, 2021
1 parent ee59dfb commit d1ae03b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build xkcd_pass
name: Build xkcd-pass

on: push

Expand All @@ -8,7 +8,7 @@ defaults:

jobs:
build:
name: Test and build xkcd_pass
name: Test and build xkcd-pass
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- v*
jobs:
build-n-publish:
name: Publish xkcd_pass to PyPI
name: Publish xkcd-pass to PyPI
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit d1ae03b

Please sign in to comment.