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 2489012 commit f8aff49
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 @@ -32,6 +32,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 f8aff49

Please sign in to comment.