diff --git a/.github/workflows/copy-pr-template-to-dependabot-prs.yaml b/.github/workflows/copy-pr-template-to-dependabot-prs.yml similarity index 100% rename from .github/workflows/copy-pr-template-to-dependabot-prs.yaml rename to .github/workflows/copy-pr-template-to-dependabot-prs.yml diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yml similarity index 97% rename from .github/workflows/deploy.yaml rename to .github/workflows/deploy.yml index ad8a9ee90..5ab081bef 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: build-and-publish-image: if: github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' name: Build and publish image - uses: alphagov/govuk-infrastructure/.github/workflows/build-and-push-image.yaml@main + uses: alphagov/govuk-infrastructure/.github/workflows/build-and-push-image.yml@main with: gitRef: ${{ inputs.gitRef || github.ref }} secrets: @@ -37,7 +37,7 @@ jobs: trigger-deploy: name: Trigger deploy to ${{ inputs.environment || 'integration' }} needs: build-and-publish-image - uses: alphagov/govuk-infrastructure/.github/workflows/deploy.yaml@main + uses: alphagov/govuk-infrastructure/.github/workflows/deploy.yml@main with: imageTag: ${{ needs.build-and-publish-image.outputs.imageTag }} environment: ${{ inputs.environment || 'integration' }} diff --git a/.github/workflows/set-automatic-deploys.yaml b/.github/workflows/set-automatic-deploys.yml similarity index 97% rename from .github/workflows/set-automatic-deploys.yaml rename to .github/workflows/set-automatic-deploys.yml index 0c3212a0a..9efb1c4c0 100644 --- a/.github/workflows/set-automatic-deploys.yaml +++ b/.github/workflows/set-automatic-deploys.yml @@ -26,7 +26,7 @@ on: jobs: set-automatic-deploys: name: Set automatic deploys - uses: alphagov/govuk-infrastructure/.github/workflows/set-automatic-deploys.yaml@main + uses: alphagov/govuk-infrastructure/.github/workflows/set-automatic-deploys.yml@main with: automaticDeploysEnabled: ${{ github.event.inputs.setAutomaticDeploys == 'enabled' }} environment: ${{ github.event.inputs.environment }}