Skip to content

Commit

Permalink
update type override
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardlyhel committed Jan 27, 2025
1 parent 3f0a359 commit 9b17e30
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 90 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/snapit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/snapit' }}
runs-on: ubuntu-latest
steps:
# WARNING: DO NOT RUN ANY CUSTOM LOCAL SCRIPT BEFORE RUNNING THE SNAPIT ACTION
# This action can be executed by 3rd party users and it should not be able to run arbitrary code from a PR.
# This action can be executed by users with write permission to this repo
- name: Checkout current branch
uses: actions/checkout@v4

Expand Down
Loading

0 comments on commit 9b17e30

Please sign in to comment.