Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma authored Apr 17, 2023
1 parent 040bc0d commit 92d8a42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ name: Test Action

on:
pull_request:
workflow_dispatch:

jobs:
run:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: ./
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 92d8a42

Please sign in to comment.