Skip to content

Commit bf047ee

Browse files
authored
no synced file(s) with dgibbs64/repo-sync (#129)
* no synced local '.github/' with remote 'general/.github/' * no synced local './' with remote 'docker/'
1 parent d9ab5d2 commit bf047ee

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
99
liberapay: # Replace with a single Liberapay username
1010
issuehunt: # Replace with a single IssueHunt username
1111
otechie: # Replace with a single Otechie username
12-
custom: # Replace with a single custom sponsorship URL
12+
custom: # Replace with a single custom sponsorship URL

.github/workflows/dockerhub-description.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ name: Update Docker Hub Description
22
on:
33
workflow_dispatch:
44
push:
5-
branches: main
65
paths:
76
- README.md
87
- .github/workflows/dockerhub-description.yml
8+
branches:
9+
- main
10+
911
jobs:
1012
dockerhub-description:
11-
name: Update Docker Hub Description
13+
name: Docker Hub Description
1214
runs-on: ubuntu-latest
1315
steps:
1416
- name: Checkout

.github/workflows/keepalive.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Keepalive Workflow
2+
on:
3+
schedule:
4+
- cron: "0 0 * * *"
5+
jobs:
6+
main-job:
7+
name: Main Job
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
# - step1
12+
# - step 2
13+
# - Step N
14+
keepalive-job:
15+
name: Keepalive Workflow
16+
runs-on: ubuntu-latest
17+
permissions:
18+
actions: write
19+
steps:
20+
- uses: actions/checkout@v4
21+
- uses: gautamkrishnar/keepalive-workflow@v2

0 commit comments

Comments
 (0)