Robzy commited on
Commit
c667db8
·
2 Parent(s): 3e2ed22 59213e5
Files changed (1) hide show
  1. .github/workflows/rebuild-hf.yml +3 -3
.github/workflows/rebuild-hf.yml CHANGED
@@ -10,8 +10,8 @@ jobs:
10
  runs-on: ubuntu-latest
11
 
12
  steps:
13
- - name: Checkout repository
14
- uses: actions/checkout@v4
15
 
16
  - name: Debug rebuild - Update a dummy file
17
  run: echo "$(date)" >> dummy.txt
@@ -22,4 +22,4 @@ jobs:
22
  git config --global user.email "actions@github.com"
23
  git add dummy.txt
24
  git commit -m "Debug Rebuild Trigger: $(date)"
25
- git push github
 
10
  runs-on: ubuntu-latest
11
 
12
  steps:
13
+ - name: Checkout repository
14
+ uses: actions/checkout@v4
15
 
16
  - name: Debug rebuild - Update a dummy file
17
  run: echo "$(date)" >> dummy.txt
 
22
  git config --global user.email "actions@github.com"
23
  git add dummy.txt
24
  git commit -m "Debug Rebuild Trigger: $(date)"
25
+ git push github