Skip to content

Commit 0047aea

Browse files
authored
Update christmas.yml
1 parent 602c115 commit 0047aea

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.github/workflows/christmas.yml

-30
Original file line numberDiff line numberDiff line change
@@ -1,31 +1 @@
1-
name: Create Empty Commit on Branch1
21

3-
on:
4-
schedule:
5-
- cron: '30 16 * * *'
6-
7-
jobs:
8-
build:
9-
runs-on: ubuntu-latest
10-
11-
steps:
12-
- name: Checkout code
13-
uses: actions/checkout@v2
14-
15-
- name: Setup Git
16-
run: |
17-
git config --global user.name 'SamVia'
18-
git config --global user.email '[email protected]'
19-
20-
- name: Debug
21-
run: |
22-
echo "Current branch:"
23-
git branch
24-
echo "Remote branches:"
25-
git branch -r
26-
27-
- name: Create empty commit on christmas-clockino
28-
run: |
29-
git checkout christmas-clockino
30-
git commit --allow-empty -m "Empty commit on christmas-clockino"
31-
git push origin christmas-clockino

0 commit comments

Comments
 (0)