Skip to content

Commit

Permalink
fix: error with test (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Mar 6, 2024
1 parent f28da03 commit fbd70d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,15 @@ jobs:
uses: ./
with:
working-directory: test-package
- name: Verify Changed files
id: verify-changed-files
uses: tj-actions/verify-changed-files@v19
with:
files: |
test-package/**
- name: Create Pull Request
uses: peter-evans/[email protected]
if: steps.verify-changed-files.outputs.files_changed == 'true'
with:
base: "main"
labels: "merge when passing"
Expand Down

0 comments on commit fbd70d6

Please sign in to comment.