Skip to content

Commit

Permalink
ref_name is only the very last part
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at authored Oct 31, 2024
1 parent c3f3b40 commit a88d978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/starter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
needs: [setup_workflow_env, generate_workflow_vars, _1]
uses: erc-releven/gl-autodevops-minimal-port/.github/workflows/deploy.yml@main
secrets: inherit
if: contains(github.ref_name, 'tags') != true
if: contains(github.ref, 'tags') != true
with:
environment: ${{ needs.setup_workflow_env.outputs.environment}}
fetch-depth: ${{ fromJson(needs.setup_workflow_env.outputs.fetch-depth) }}
Expand All @@ -105,4 +105,4 @@ jobs:
APP_ROOT: ${{ needs.setup_workflow_env.outputs.APP_ROOT }}
PUBLIC_URL: ${{ needs.generate_workflow_vars.outputs.PUBLIC_URL }}
default_port: "${{ needs.setup_workflow_env.outputs.default_port}}"
submodules: ${{ needs.setup_workflow_env.outputs.submodules }}
submodules: ${{ needs.setup_workflow_env.outputs.submodules }}

0 comments on commit a88d978

Please sign in to comment.