Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(FSADT1-1196): fixing ci zone on test #800

Merged
merged 10 commits into from
Feb 13, 2024
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
Loading