diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 3cfab76..9d53b70 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -9,5 +9,6 @@ jobs: deployment: runs-on: ubuntu-latest environment: test + name: deploy version 0.1-${{ github.run_number }} steps: - run: echo "Deployed to test"