Skip to content

Commit

Permalink
Modify github Action to use actions-js/push@master
Browse files Browse the repository at this point in the history
  • Loading branch information
LitaGarcia committed Jun 5, 2024
1 parent 01481b1 commit 4024aa2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/generate-and-submit-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
run: git merge fix/generate-documentation-workflow --no-ff

- name: Push changes
env:
GITHUB_TOKEN: ${{ secrets.AUTHORIZATION_TOKEN }}
run: git push origin fix/generate-documentation-workflow-test-merge
uses: actions-js/push@master
with:
branch: 'fix/generate-documentation-workflow-test-merge'
github_token: ${{ secrets.AUTHORIZATION_TOKEN }}

0 comments on commit 4024aa2

Please sign in to comment.