Skip to content

Commit

Permalink
Fix formatting of runs-on value in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 4, 2025
1 parent e1ebcd8 commit 2d1a997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
jobs:
terraform-ci-cd:
runs-on: 229685449397
runs-on: "229685449397"
permissions:
contents: write

Expand Down

0 comments on commit 2d1a997

Please sign in to comment.