Skip to content

Commit

Permalink
Reduce diff in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell committed Dec 6, 2023
1 parent c9af171 commit 6c3ffcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ jobs:
test-create-new-pull-request-with-multiple-commits-${{
github.run_number }}
author: J. Doe <[email protected]>
commit-message: file 2 created [skip ci]
path: file2.txt
commit-message: file 2 created [skip ci]
- uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -136,8 +136,8 @@ jobs:
test-create-new-pull-request-with-multiple-commits-${{
github.run_number }}
author: J. Doe <[email protected]>
commit-message: this should fail silently, not commit should be created
path: does_not_exist.txt
commit-message: this should fail silently, not commit should be created
- run: >-
git push
https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
Expand Down

0 comments on commit 6c3ffcf

Please sign in to comment.