Skip to content

Commit

Permalink
Fix Invalid workflow file: .github/workflows/manual-build-push.yml#L17 (
Browse files Browse the repository at this point in the history
#728)

The workflow is not valid. .github/workflows/manual-build-push.yml (Line: 17, Col: 9): Unexpected value 'ref'
  • Loading branch information
jeff-horton-ho-sas authored Mar 26, 2024
1 parent 933e557 commit 82a5f23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/manual-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
ref: ${{ inputs.tag }}
with:
ref: ${{ inputs.tag }}

- name: Build project
uses: UKHomeOffice/sas-github-workflows/.github/actions/gradle-build-project@v2
Expand Down

0 comments on commit 82a5f23

Please sign in to comment.