Skip to content

Commit

Permalink
Experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh committed Oct 31, 2024
1 parent bd6bae5 commit ddbbbd7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/reusable_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ jobs:
run: |
git config --global user.name $GH_USERNAME
git config --global user.email $GH_EMAIL
git switch ${{ github.head_ref }}
git fetch origin ${{ github.head_ref }}
git checkout ${{ github.head_ref }}
mv README_TMP.md README.md
git commit -m 'Automatic update of README.md by arcaflow-docsgen arcabot' README.md
git push
git push origin HEAD:${{ github.head_ref }}
git switch ${{ github.ref }}

0 comments on commit ddbbbd7

Please sign in to comment.