Skip to content

Commit

Permalink
Remove fetch-depth: 0 from validateGitHubActions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jun 28, 2023
1 parent 94fe94d commit 74817ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/validateGithubActions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ jobs:
if: github.actor != 'OSBotify'
runs-on: ubuntu-latest
steps:
# This action checks-out the repository, so the workflow can access it.
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
with:
fetch-depth: 0
- uses: actions/checkout@v3

- uses: Expensify/App/.github/actions/composite/setupNode@main

Expand Down

0 comments on commit 74817ee

Please sign in to comment.