Skip to content

Commit

Permalink
Merge pull request #412 from verdigado/fix-dependabot-warning
Browse files Browse the repository at this point in the history
Fix more dependabot hints
  • Loading branch information
albig committed Oct 31, 2023
2 parents 59a63c3 + 96e8f6f commit 631183e
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 631183e

Please sign in to comment.