Skip to content

Commit

Permalink
tesT
Browse files Browse the repository at this point in the history
  • Loading branch information
woobottle committed Dec 2, 2023
1 parent 2c57b47 commit a909b4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/archive-stable-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Archive Stable Version

on:
workflow_dispatch:
schedule:
- cron: 0 19 * * *

jobs:
archiveStableVersion:
Expand All @@ -11,7 +13,7 @@ jobs:
id: cpr
uses: actions/github-script@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
result-encoding: string
script: |
try {
Expand Down

0 comments on commit a909b4b

Please sign in to comment.