Skip to content

Commit

Permalink
fix: node cache cleanup error (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw committed Sep 14, 2024
1 parent c8dfbc8 commit 16a5b43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deployment-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@master
with:
args: "Deployment of an image has been triggered: [run ${{ github.run_number }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})"
args: "Deployment of an image has been triggered: [run ${{ github.run_number }}](<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>)"
- uses: actions/checkout@v4
- name: Get Next Version
id: semver
Expand All @@ -65,7 +65,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- name: Discord notification
if: ${{ github.events.inputs.send-notifications || true }}
env:
Expand Down

0 comments on commit 16a5b43

Please sign in to comment.