We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fe411 commit 29e155eCopy full SHA for 29e155e
.github/workflows/preview.yml
@@ -10,5 +10,15 @@ permissions:
10
pull-requests: write
11
12
jobs:
13
- preview:
14
- uses: TheDragonCode/.github/.github/workflows/preview.yml@main
+ update:
+ runs-on: ubuntu-latest
15
+
16
+ steps:
17
+ - uses: actions/checkout@v6
18
+ with:
19
+ fetch-depth: 0
20
21
+ - name: Update Previews
22
+ uses: ./
23
24
+ token: ${{ secrets.GITHUB_TOKEN || env.GITHUB_TOKEN }}
dev.ps1
@@ -17,4 +17,4 @@ Get-Content $envFile |
npm run build
-act push -W '.github/workflows/preview.yml'
+act workflow_dispatch -W '.github/workflows/preview.yml'
0 commit comments