Skip to content

Commit

Permalink
fix: use shared composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Mar 29, 2022
1 parent ce88c17 commit 5528b9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 127 deletions.
124 changes: 0 additions & 124 deletions .github/actions/upload-and-notify/action.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo ::set-output name=longversion::"${VERSION}+${COUNT}-${HASH}"
- name: Upload build
uses: ./.github/actions/upload-and-notify
uses: bitfocus/actions/upload-and-notify@main
with:
long-version: ${{ steps.filenames.outputs.longversion }}
beta-branch: master
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
echo ::set-output name=longversion::"${VERSION}+${COUNT}-${HASH}"
- name: Upload build
uses: ./.github/actions/upload-and-notify
uses: bitfocus/actions/upload-and-notify@main
with:
long-version: ${{ steps.filenames.outputs.longversion }}
beta-branch: master
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
echo ::set-output name=longversion::"${VERSION}+${COUNT}-${HASH}"
- name: Upload build
uses: ./.github/actions/upload-and-notify
uses: bitfocus/actions/upload-and-notify@main
with:
long-version: ${{ steps.filenames.outputs.longversion }}
beta-branch: master
Expand Down

0 comments on commit 5528b9b

Please sign in to comment.