Skip to content

Commit

Permalink
refactor: remove plugin slug
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Dec 4, 2024
1 parent 6c9b42c commit 4230290
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
6 changes: 0 additions & 6 deletions .github/actions/svn-publish/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ DIRECTORY_SRC="$GITHUB_ACTION_PATH/src"

. "$DIRECTORY_SRC/working-directory.sh"
. "$DIRECTORY_SRC/plugin-version.sh"
. "$DIRECTORY_SRC/plugin-slug.sh"

# Infer raw plugin slug
PLUGIN_SLUG=$(pluginSlug "$INPUT_PLUGIN_REPOSITORY")

export PLUGIN_SLUG

# Normalize environment
INPUT_PLUGIN_VERSION=$(pluginVersion "$INPUT_PLUGIN_VERSION")
Expand Down
22 changes: 0 additions & 22 deletions .github/actions/svn-publish/src/plugin-slug.sh

This file was deleted.

0 comments on commit 4230290

Please sign in to comment.