Skip to content

Commit

Permalink
back
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 19, 2024
1 parent 3b2c495 commit ad18e00
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/zerocracy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
---
name: zerocracy
run-name: "zerocracy judges"
env:
JUDGES: 0.0.59
PAGES: 0.0.40
'on':
schedule:
- cron: '0 2,4,6,8,10,12,14,16,18,20,22 * * *'
Expand All @@ -37,7 +34,7 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: zerocracy/judges-action@${{ env.JUDGES }}
- uses: zerocracy/judges-action@0.0.59
with:
verbose: false
token: ${{ secrets.ZEROCRACY_TOKEN }}
Expand All @@ -46,7 +43,7 @@ jobs:
options: |
vitals_url=https://www.eolang.org/zerocracy/objectionary-vitals.html
factbase: objectionary.fb
- uses: zerocracy/pages-action@${{ env.PAGES }}
- uses: zerocracy/pages-action@0.0.40
with:
factbase: objectionary.fb
output: pages
Expand Down

0 comments on commit ad18e00

Please sign in to comment.