Skip to content

Commit 97caa63

Browse files
committed
Bump files with dotnet-file sync
# devlooped/oss - Don't fail if no changelog changes need to be pushed devlooped/oss@169dfb5
1 parent ba6eaa6 commit 97caa63

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ jobs:
3333
git config --local user.name github-actions
3434
git config --local user.email github-actions@github.com
3535
git add changelog.md
36-
git commit -m "🖉 Update changelog with ${GITHUB_REF#refs/*/}"
37-
git push
36+
(git commit -m "🖉 Update changelog with ${GITHUB_REF#refs/*/}" && git push) || echo "Done"

.netconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
sha = c2ad879554e326fbc80fa1bbdc2dbc22f53001e1
4646
[file ".github/workflows/changelog.yml"]
4747
url = https://github.com/devlooped/oss/blob/main/.github/workflows/changelog.yml
48-
etag = 7f5bb52dff2908e4a4b60e06b4f8f1d497864554076f916aa6e5e8c9b2c6b2d2
48+
etag = 2478e00a02849f0a65287d44028eb3c9f99ee0c0529cddaa88088765abc5da0b
4949
weak
50-
sha = 3594806a4722406af5c943f258abfd8e79b79f77
50+
sha = 169dfb51e7fa3f05cbfe01ca0342c0729f69b481
5151
[file ".github/workflows/publish.yml"]
5252
url = https://github.com/devlooped/oss/blob/main/.github/workflows/publish.yml
5353
etag = 8067230717247263ad661c69780fdfdf4b6f140287517fee9c5d4e64d4b737af

0 commit comments

Comments
 (0)