Update test.yml

This commit is contained in:
Tonye Jack 2023-06-07 19:05:54 -06:00 committed by GitHub
parent e208eb429a
commit 37e5be95e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,6 +95,7 @@ jobs:
- name: Push changes
if: steps.changed_files.outputs.files_changed == 'true' && github.event_name == 'pull_request'
continue-on-error: true
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.PAT_TOKEN }}