Skip to content

Commit

Permalink
OSS Related Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Krunal-Thakkar committed Sep 18, 2024
1 parent 2aff243 commit 4fdcc39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/terraform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Replace "master" with "main" in ATTRIBUTION.md
run: sed -i 's/\/master/\/main/g' about/ATTRIBUTION.md
- name: Run the forbidden words scan
uses: dell/common-github-actions/code-sanitizer@main
with:
Expand Down

0 comments on commit 4fdcc39

Please sign in to comment.