Skip to content

Commit

Permalink
https://github.com/actions/checkout/issues/766
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Apr 19, 2022
1 parent 5869699 commit 656e1fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
name: 'Terraform'
runs-on: ubuntu-latest
steps:
- name: work around permission issue
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout
uses: actions/[email protected]
- name: Setup python
Expand Down

0 comments on commit 656e1fb

Please sign in to comment.