Skip to content

Commit

Permalink
test workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvuleta committed Jun 5, 2024
1 parent a0d4518 commit 7818c80
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/push-modio-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Push files into modio-docs-public
name: Push files into modio-docs
on:
push:
branches:
Expand All @@ -8,11 +8,15 @@ on:
workflow_dispatch:

jobs:
push-files-to-modio-docs-public:
push-files-to-modio-docs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4

- name: Config git
run: |
git config --unset-all http.https://github.com/.extraheader
- name: Push public docs to modio-docs
uses: cpina/github-action-push-to-another-repository@main
Expand Down

0 comments on commit 7818c80

Please sign in to comment.