We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f606d0 commit 510e64cCopy full SHA for 510e64c
.github/workflows/ci-changie.yml
@@ -1,3 +1,6 @@
1
+# DO NOT EDIT - This GitHub Workflow is managed by automation
2
+# https://github.com/hashicorp/terraform-devex-repos
3
+
4
# Continuous integration handling for changie
5
name: ci-changie
6
@@ -15,9 +18,10 @@ jobs:
15
18
check:
16
19
runs-on: ubuntu-latest
17
20
steps:
21
+ # Ensure terraform-devex-repos is updated on version changes.
22
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23
24
- uses: miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2.0.0
25
with:
26
version: latest
27
args: batch patch --dry-run
-
0 commit comments