Skip to content

Commit edd1b26

Browse files
authored
no synced file(s) with dgibbs64/repo-sync (#74)
* no synced local '.github/' with remote 'general/.github/' * no synced local './' with remote 'docker/'
1 parent 9b3bcb5 commit edd1b26

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
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: 5 additions & 3 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
@@ -19,5 +21,5 @@ jobs:
1921
with:
2022
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2123
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
22-
repository: gameservermanagers/linuxgsm
24+
repository: gameservermanagers/gameserver
2325
short-description: ${{ github.event.repository.description }}

.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)