We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587c64d commit e495247Copy full SHA for e495247
.github/workflows/packagist.yml
@@ -60,17 +60,13 @@ jobs:
60
merge-multiple: true
61
62
- run: |
63
- if ! git diff --quiet -- lib/; then
64
- git config user.name "${GITHUB_ACTOR}"
65
- git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
+ git config user.name "${GITHUB_ACTOR}"
+ git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
66
67
- git add lib/*
68
- git commit -m "ci: update shared libraries [skip ci]"
69
- git show
70
- git push
71
- else
72
- echo "No changes in lib/"
73
- fi
+ git add lib/
+ git commit -m "ci: update shared libraries [skip ci]"
+ git show
+ git push
74
75
- name: Update Packagist
76
run: |
0 commit comments