Skip to content

Commit

Permalink
Update changedfiiles.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof authored Jun 19, 2024
1 parent bf89f70 commit c446210
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/changedfiiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,18 @@ jobs:
fi
done
exit $ERROR
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
# Create pull request pushes commited changes to branch: and ceates the PR to master i think
#- name: Push changes
# uses: ad-m/github-push-action@master
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# branch: ${{ github.ref }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: po4a-
branch: po4a-final
branch-suffix: random
continue-on-error: true

0 comments on commit c446210

Please sign in to comment.