Skip to content

Commit

Permalink
Add Action Preview
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPlowman committed Sep 30, 2024
1 parent 5f09b1e commit 91423c7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/action-preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Action Preview

on:
push:
branches: [main]

permissions:
contents: read

jobs:
action-preview:
name: Action Preview
runs-on: ubuntu-latest
steps:
- name: GitHub Stats Analyser
uses: JackPlowman/github-stats-analyser@main
with:
repository_owner: ${{ github.repository_owner }}

0 comments on commit 91423c7

Please sign in to comment.