Skip to content

Commit

Permalink
UML-3242: use shared github action (#2491)
Browse files Browse the repository at this point in the history
* UML-3242: use shared github action

* UML-3242: fix syntax

* UML-3242: update action version
  • Loading branch information
jay-whitwell authored Jan 10, 2024
1 parent f501d98 commit 46b5573
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/path-to-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,13 @@ jobs:
id: variables
run: |
echo "short_sha=$(echo ${GITHUB_SHA:0:7})" >> $GITHUB_OUTPUT
- name: Bump version and push tag
uses: anothrNick/github-[email protected]
uses: ministryofjustice/opg-github-actions/.github/actions/[email protected]
id: semver_tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
INITIAL_VERSION: 1.0.0
DEFAULT_BUMP: minor
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
with_v: true

terraform_lint:
name: lint terraform code
Expand Down

0 comments on commit 46b5573

Please sign in to comment.