From 64ec5ec2e05a101222973c0708065057ca94e95b Mon Sep 17 00:00:00 2001 From: Sean Rankine Date: Wed, 4 Jan 2023 12:31:54 +0000 Subject: [PATCH] Reference workflows with yml extensions This updates workflows files to reference resuable workflows with the `.yml` extension instead of the `.yaml` extension. This is a part of making the name convention consistent across our repos. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a6cbf4..b8437e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,6 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} permissions: contents: write - uses: alphagov/govuk-infrastructure/.github/workflows/publish-rubygem.yaml@main + uses: alphagov/govuk-infrastructure/.github/workflows/publish-rubygem.yml@main secrets: GEM_HOST_API_KEY: ${{ secrets.ALPHAGOV_RUBYGEMS_API_KEY }}