Skip to content

Commit

Permalink
run-name
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 19, 2024
1 parent 6e56ccc commit a0407aa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/zerocracy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
# SOFTWARE.
---
name: zerocracy
run-name: "judges-${{ env.JUDGES }} and pages-${{ env.PAGES }}"
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 @@ -33,7 +37,7 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: zerocracy/judges-action@0.0.59
- uses: zerocracy/judges-action@${{ env.JUDGES }}
with:
verbose: false
token: ${{ secrets.ZEROCRACY_TOKEN }}
Expand All @@ -42,7 +46,7 @@ jobs:
options: |
vitals_url=https://www.eolang.org/zerocracy/objectionary-vitals.html
factbase: objectionary.fb
- uses: zerocracy/pages-action@0.0.40
- uses: zerocracy/pages-action@${{ env.PAGES }}
with:
factbase: objectionary.fb
output: pages
Expand Down

0 comments on commit a0407aa

Please sign in to comment.