OmarSamehSaid commited on
Commit
11bf8d3
1 Parent(s): 0cb7646

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +3 -1
.github/workflows/main.yml CHANGED
@@ -13,6 +13,8 @@ jobs:
13
  - uses: actions/checkout@v2
14
  with:
15
  fetch-depth: 0
 
 
16
  - name: Add remote
17
  env:
18
  HF_TOKEN: ${{ secrets.HG }}
@@ -20,4 +22,4 @@ jobs:
20
  - name: Push to hub
21
  env:
22
  HF_TOKEN: ${{ secrets.HG }}
23
- run: git push --force https://OmarSamehSaid:$HG@huggingface.co/spaces/OmarSamehSaid/Text-Summerization main
 
13
  - uses: actions/checkout@v2
14
  with:
15
  fetch-depth: 0
16
+ - name: Debug Variable
17
+ run: echo "HG value:$HG"
18
  - name: Add remote
19
  env:
20
  HF_TOKEN: ${{ secrets.HG }}
 
22
  - name: Push to hub
23
  env:
24
  HF_TOKEN: ${{ secrets.HG }}
25
+ run: git push --force https://OmarSamehSaid:$HF_TOKEN@huggingface.co/spaces/OmarSamehSaid/Text-Summerization main