Skip to content

Commit

Permalink
Merge pull request #14 from bcgov-nr/feat/updateActionVersion
Browse files Browse the repository at this point in the history
Update open intention action version
  • Loading branch information
andrwils authored Jan 27, 2024
2 parents 92461ac + 3654a7b commit 27c9a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generator-nr-maven-build/generators/app/templates/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

# https://github.com/bcgov-nr/action-broker-intention-open
- name: Open intention
uses: bcgov-nr/action-broker-intention-open@v1
uses: bcgov-nr/action-broker-intention-open@v2
with:
broker_jwt: ${{ secrets.BROKER_JWT }}
intention_path: intention.json
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Submit a job to Jenkins
env:
job: buildByToken/buildWithParameters?job=<%= projectName %>/<%= serviceName %>
url: https://cd.io.nrs.gov.bc.ca/
url: https://cd.io.nrs.gov.bc.ca
PROJECT_VERSION: ${{ needs.build.outputs.project_version }}
INTENTION_ID: ${{ needs.build.outputs.intention_id }}
run: |
Expand Down

0 comments on commit 27c9a9e

Please sign in to comment.