Skip to content

Commit

Permalink
update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
d33p0st committed Sep 10, 2024
1 parent 2c89fff commit ee87533
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/checkout@v3

- name: check
run: ls



- name: Run Action
uses: ./action
Expand Down

0 comments on commit ee87533

Please sign in to comment.