Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Sep 18, 2023
1 parent fdf23cb commit e9e3149
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Test

on:
workflow_dispatch:

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
-
name: Test action
uses: action-pack/increment@v2
with:
name: 'TEST'
token: ${{ secrets.REPO_ACCESS_TOKEN }}

0 comments on commit e9e3149

Please sign in to comment.