Skip to content

Commit

Permalink
Merge branch 'main' into qd/docs-glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem authored Jun 14, 2023
2 parents b4e61be + 017599f commit 84bbd86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
with:
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.sha }}
- name: Show commit SHA
run: |
git rev-parse HEAD
git rev-parse --short HEAD
- name: Install terraform
run: |
if ! which terraform 2>/dev/null; then
Expand Down

0 comments on commit 84bbd86

Please sign in to comment.