mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-17 18:35:07 +00:00
feat(slug): keep period in slug variable
BREAKING CHANGE: The previous slug function is rename slug_url to be able to still use itin the subdomain of an url. Co-authored-by: Marc Schiller <m4rc.schiller@gmail.com>
This commit is contained in:
3
.github/actions/bats/Dockerfile
vendored
3
.github/actions/bats/Dockerfile
vendored
@@ -1,3 +0,0 @@
|
||||
FROM bats/bats:latest
|
||||
|
||||
CMD ["./tests"]
|
||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -5,7 +5,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: ./.github/actions/bats
|
||||
- uses: docker://ffurrer/bats:latest
|
||||
with:
|
||||
args: "--recursive ."
|
||||
- uses: cycjimmy/semantic-release-action@v2
|
||||
with:
|
||||
branches: |
|
||||
|
||||
Reference in New Issue
Block a user