Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF committed Aug 29, 2023
1 parent fb2b647 commit 6db8fb0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ on:
branches:
- main

permissions:
contents: read

jobs:
version-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check version
uses: https://github.com/Azure/terraform-azurerm-avm-template/.github/actions/version-check@main
uses: Azure/terraform-azurerm-avm-template/.github/actions/version-check@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6db8fb0

Please sign in to comment.