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 202ca65 commit bd498baCopy full SHA for bd498ba
.github/workflows/versionator.yml
@@ -1,25 +1,23 @@
1
-
2
name: Celery Version Updater
3
4
# Every 30 minutes check for a new version of the package.
5
on:
6
push:
7
branches:
8
- - 'main'
+ - "main"
9
# Don't self-trigger
10
paths-ignore:
11
- - '**/README.md'
+ - "**/README.md"
12
- ".github/workflows/image-build.yml"
13
schedule:
14
- - cron: '13,43 * * * *'
15
+ - cron: "13,43 * * * *"
16
17
jobs:
18
Version-Updater:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout repository
22
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
23
with:
24
token: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}
25
0 commit comments