Skip to content

Commit

Permalink
Reference workflows with yml extensions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
theseanything committed Jan 4, 2023
1 parent 17d34d5 commit 1e3a650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,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 }}

0 comments on commit 1e3a650

Please sign in to comment.