We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcedf03 commit acd8bd8Copy full SHA for acd8bd8
.github/workflows/update-desktop.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18
- name: Create new branch
19
run: |
20
- git config --global safe.directory '*'
+ git config --global --add safe.directory "$GITHUB_WORKSPACE"
21
git checkout -b "feature/desktop-${DESKTOP_VERSION}"
22
- name: Update params.yaml
23
@@ -86,7 +86,6 @@ jobs:
86
env:
87
GH_TOKEN: ${{ secrets.CRYPTOBOT_PR_TOKEN }}
88
- name: Slack Notification
89
- if: github.event_name == 'release'
90
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # v2.3.3
91
92
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_CRYPTOMATOR_DESKTOP }}
0 commit comments