Skip to content

Commit

Permalink
Merge branch 'develop' into feature/iwtf-3657-rpjob-sends-govukpay-re…
Browse files Browse the repository at this point in the history
…quest
  • Loading branch information
Scott Dormand authored and Scott Dormand committed Dec 18, 2024
2 parents 24f9aea + 518fbfa commit 60c5585
Show file tree
Hide file tree
Showing 125 changed files with 3,638 additions and 3,579 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: npm ci
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT
id: extract_branch
- name: Run versioning script
run: . ./scripts/github/deploy.sh
Expand Down
Loading

0 comments on commit 60c5585

Please sign in to comment.