We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8a8d4 commit 3370a8dCopy full SHA for 3370a8d
1 file changed
.github/workflows/common-config.yaml
@@ -12,7 +12,7 @@ on:
12
types:
13
- common-config
14
schedule:
15
- - cron: "8 12 8 * *"
+ - cron: "0 0 1 * *"
16
workflow_dispatch: {}
17
18
concurrency:
@@ -38,11 +38,11 @@ jobs:
38
uses: erlef/setup-beam@v1
39
with:
40
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
41
- elixir-version: "1.16"
42
- otp-version: "26.0"
+ elixir-version: "1.19"
+ otp-version: "27.0"
43
44
- name: Sync
45
- uses: stordco/actions-sync@v1
+ uses: beam-community/actions-sync@v1
46
47
commit-message: "chore: sync files with beam-community/common-config"
48
pr-enabled: true
@@ -52,3 +52,4 @@ jobs:
52
sync-auth: doomspork:${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
53
sync-tree: latest
54
sync-repository: github.com/beam-community/common-config.git
55
+ config-file: .github/common-config.yaml
0 commit comments