Skip to content

Commit

Permalink
Remove unnecessary actions/checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Mar 7, 2025
1 parent 0e85b42 commit 7eb7c0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/first-interaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
repo: ${{github.server_url}}/${{github.repository}}
files: ${{github.server_url}}/${{github.repository}}/blob/${{github.ref_name}}
steps:
- name: Check out a copy of the git repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Add a welcome comment if appropriate
uses: actions/first-interaction@2ec0f0fd78838633cd1c1342e4536d49ef72be54 # v1.3.0
with:
Expand Down

0 comments on commit 7eb7c0f

Please sign in to comment.