-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (…
…#558) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.5 to 7.0.6. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7.0.5...v7.0.6) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
65cc233
commit 2c114c8
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,7 +106,7 @@ jobs: | |
fi | ||
|
||
- name: Create Pull Request | ||
uses: peter-evans/[email protected].5 | ||
uses: peter-evans/[email protected].6 | ||
with: | ||
commit-message: Update Api Privileges data for Jamf Pro Version ${{ env.VERSION_DIR }} | ||
title: '[Automated] Update Api Privileges data for Jamf Pro Version ${{ env.VERSION_DIR }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,7 +96,7 @@ jobs: | |
fi | ||
|
||
- name: Create Pull Request | ||
uses: peter-evans/[email protected].5 | ||
uses: peter-evans/[email protected].6 | ||
with: | ||
commit-message: Update App Catalog Installer Title data | ||
title: '[Automated] Update App Catalog installer title data' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -171,7 +171,7 @@ jobs: | |
grep 'Version.*=.*"' "$VALIDATE_FILE" | ||
- name: Create Pull Request | ||
uses: peter-evans/[email protected].5 | ||
uses: peter-evans/[email protected].6 | ||
with: | ||
commit-message: | | ||
Update User Account Privileges data for Jamf Pro ${{ env.VERSION_DIR }} | ||
|