Skip to content

Commit

Permalink
ci: validate-tf instead of validate
Browse files Browse the repository at this point in the history
Replacing validate.yml with validate.tf
  • Loading branch information
esacteksab committed Feb 26, 2023
1 parent fdb326a commit 3c821c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: validate
name: validate-tf

on:
push:
Expand All @@ -9,5 +9,5 @@ on:
- main

jobs:
validate:
uses: trussworks/shared-actions/.github/workflows/validate.yml@main
validate-tf:
uses: trussworks/shared-actions/.github/workflows/validate-tf.yml@main

0 comments on commit 3c821c3

Please sign in to comment.