Skip to content

Commit acd8bd8

Browse files
committed
apply suggestions from code review
1 parent dcedf03 commit acd8bd8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-desktop.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
- name: Create new branch
1919
run: |
20-
git config --global safe.directory '*'
20+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
2121
git checkout -b "feature/desktop-${DESKTOP_VERSION}"
2222
- name: Update params.yaml
2323
run: |
@@ -86,7 +86,6 @@ jobs:
8686
env:
8787
GH_TOKEN: ${{ secrets.CRYPTOBOT_PR_TOKEN }}
8888
- name: Slack Notification
89-
if: github.event_name == 'release'
9089
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # v2.3.3
9190
env:
9291
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_CRYPTOMATOR_DESKTOP }}

0 commit comments

Comments
 (0)