Skip to content

Commit

Permalink
fix(FSADT1-1196): fixing ci zone on test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Feb 12, 2024
1 parent a32988f commit 8153662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:
oc_server: ${{ secrets.OC_SERVER }}
oc_token: ${{ secrets.OC_TOKEN }}
overwrite: true
parameters: -p ZONE=${{ github.event.number }} -p NAME=${{ github.event.repository.name }}
parameters: -p ZONE=${{ env.ZONE }} -p NAME=${{ github.event.repository.name }}

- name: Deploy Legacy
uses: bcgov-nr/[email protected]
Expand Down

0 comments on commit 8153662

Please sign in to comment.