You've already forked coreutils-tracking
mirror of
https://github.com/uutils/coreutils-tracking.git
synced 2026-06-10 16:12:04 -07:00
Bump EndBug/add-and-commit from 9.1.1 to 9.1.2
Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 9.1.1 to 9.1.2. - [Release notes](https://github.com/EndBug/add-and-commit/releases) - [Commits](https://github.com/EndBug/add-and-commit/compare/v9.1.1...v9.1.2) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -124,7 +124,7 @@ jobs:
|
||||
rm -rf dl
|
||||
|
||||
- name: Add & Commit
|
||||
uses: EndBug/add-and-commit@v9.1.1
|
||||
uses: EndBug/add-and-commit@v9.1.2
|
||||
with:
|
||||
default_author: github_actions
|
||||
message: "Update of the data"
|
||||
@@ -139,35 +139,35 @@ jobs:
|
||||
python size-graph.py size-result.json
|
||||
|
||||
- name: Add & Commit the GNU graph
|
||||
uses: EndBug/add-and-commit@v9.1.1
|
||||
uses: EndBug/add-and-commit@v9.1.2
|
||||
with:
|
||||
default_author: github_actions
|
||||
message: "Refresh the GNU graph"
|
||||
add: gnu-results.png
|
||||
|
||||
- name: Add & Commit the busybox graph
|
||||
uses: EndBug/add-and-commit@v9.1.1
|
||||
uses: EndBug/add-and-commit@v9.1.2
|
||||
with:
|
||||
default_author: github_actions
|
||||
message: "Refresh the busybox graph"
|
||||
add: busybox-results.png
|
||||
|
||||
- name: Add & Commit the toybox graph
|
||||
uses: EndBug/add-and-commit@v9.1.1
|
||||
uses: EndBug/add-and-commit@v9.1.2
|
||||
with:
|
||||
default_author: github_actions
|
||||
message: "Refresh the toybox graph"
|
||||
add: toybox-results.png
|
||||
|
||||
- name: Add & Commit the individual size graph
|
||||
uses: EndBug/add-and-commit@v9.1.1
|
||||
uses: EndBug/add-and-commit@v9.1.2
|
||||
with:
|
||||
default_author: github_actions
|
||||
message: "Refresh the individual size graph"
|
||||
add: individual-size-results
|
||||
|
||||
- name: Add & Commit the size graph
|
||||
uses: EndBug/add-and-commit@v9.1.1
|
||||
uses: EndBug/add-and-commit@v9.1.2
|
||||
with:
|
||||
default_author: github_actions
|
||||
message: "Refresh the size graph"
|
||||
|
||||
Reference in New Issue
Block a user