Skip to content

Commit

Permalink
Update wrong syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
xKhronoz committed Jan 26, 2024
1 parent 026e9ce commit 4840544
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/sync-to-deployment-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ on:
workflow_dispatch:
# to run this workflow from another workflow
workflow_call:
inputs:
secrets:
PAT:
required: true
secrets:
PAT:
required: true

jobs:
sync-deployment-fork:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/sync-to-hugging-face-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ on:
workflow_dispatch:
# to run this workflow from another workflow
workflow_call:
inputs:
secrets:
HF_TOKEN:
required: true
secrets:
HF_TOKEN:
required: true

jobs:
sync-to-hub:
Expand Down

0 comments on commit 4840544

Please sign in to comment.