Skip to content

Commit

Permalink
Fix more dependabot hints
Browse files Browse the repository at this point in the history
  • Loading branch information
albig committed Oct 31, 2023
1 parent efbfabc commit 96e8f6f
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 182 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
contents: write
needs: build
steps:
- name: fail on fork
if: github.repository_owner != 'verdigado'
run: exit 1

- uses: actions/checkout@v4
- name: Echo debug
run: |
Expand Down
Loading

0 comments on commit 96e8f6f

Please sign in to comment.