Skip to content

Commit 510e64c

Browse files
[CI] terraform-devex-repos automation
1 parent 6f606d0 commit 510e64c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci-changie.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# DO NOT EDIT - This GitHub Workflow is managed by automation
2+
# https://github.com/hashicorp/terraform-devex-repos
3+
14
# Continuous integration handling for changie
25
name: ci-changie
36

@@ -15,9 +18,10 @@ jobs:
1518
check:
1619
runs-on: ubuntu-latest
1720
steps:
21+
# Ensure terraform-devex-repos is updated on version changes.
1822
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23+
# Ensure terraform-devex-repos is updated on version changes.
1924
- uses: miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2.0.0
2025
with:
2126
version: latest
2227
args: batch patch --dry-run
23-

0 commit comments

Comments
 (0)