Skip to content

Commit

Permalink
CXF-98497: Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
d-bhola committed Aug 12, 2024
1 parent 8716b0e commit 88c770b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,15 @@ jobs:
sed -i "s@\.\.\/\.\.@equinix\/fabric\/equinix\/@" "$file"
done
- name: Auto Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Apply changes in README
branch: feature-gha-docs
create_branch: true

- name: Create Pull Request
if: steps.terraform-docs.outputs.num_changed != '0'
if: steps.commit_doc_changes.outputs.num_changed != '0'
uses: peter-evans/create-pull-request@v6
with:
commit-message: 'generate-terraform-docs: automated action'
Expand Down

0 comments on commit 88c770b

Please sign in to comment.