Skip to content

Commit 5a0f387

Browse files
Update action from 29c7301
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c7eae69 commit 5a0f387

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If your workflow creates multiple commits and you want to push all of them, you
3737
# commits: ${{ steps.create-commits.outputs.commit }}
3838
3939
- name: Push commits
40-
uses: DataDog/commit-headless@action/v2.0.0
40+
uses: DataDog/commit-headless@action/v2.0.1
4141
with:
4242
token: ${{ github.token }} # default
4343
target: ${{ github.repository }} # default
@@ -64,7 +64,7 @@ example creates a commit with the current time in a file, and then pushes it to
6464
echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
6565
6666
- name: Push commits
67-
uses: DataDog/commit-headless@action/v2.0.0
67+
uses: DataDog/commit-headless@action/v2.0.1
6868
with:
6969
branch: build-timestamp
7070
head-sha: ${{ github.sha }}
@@ -100,7 +100,7 @@ single commit out of them. For that, you can use `commit-headless commit`:
100100
echo "files=\"${files}\"" >> $GITHUB_OUTPUT
101101
102102
- name: Create commit
103-
uses: DataDog/commit-headless@action/v2.0.0
103+
uses: DataDog/commit-headless@action/v2.0.1
104104
with:
105105
branch: ${{ github.ref_name }}
106106
author: "A U Thor <author@example.com>" # defaults to the github-actions bot account

dist/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.0.1

dist/commit-headless

0 Bytes
Binary file not shown.

dist/commit-headless-linux-amd64

0 Bytes
Binary file not shown.

dist/commit-headless-linux-arm64

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)