Skip to content

Clovis-team/slugify-string

Repository files navigation

Slugify a string

This action simples call GitHub API to get the last deployment infos in a environment

- name: Slugify my string
  uses: Clovis-team/[email protected]
  id: slugify_url
  with:
    value: ${{ env.STAGE_ENV }}
- name: show results
  run: |
    echo "${{ steps.slugify_url.outputs.result }}"

How to do a new release:

Change the code, then:

npm run all
git add -A; git commit -m ""; git push

On github, draft a new release

About

A github action who simply slugify a string

Resources

Stars

Watchers

Forks

Packages

No packages published