Skip to content

Commit

Permalink
manually revert changes to actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Apr 19, 2022
1 parent 6348865 commit eabf284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ jobs:

steps:
# Checks out a copy of your repository on the ubuntu-latest machine
# see https://github.com/actions/checkout/issues/766
- name: work around permission issue
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Checkout code
uses: actions/checkout@v3.0.1
uses: actions/checkout@v3

- name: Check links on new changes
uses: gaurav-nelson/github-action-markdown-link-check@v1
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +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/checkout@v3.0.1
uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v3
- name: Install environment
Expand Down

0 comments on commit eabf284

Please sign in to comment.