diff options
author | Josh Spicer <joshspicer@github.com> | 2022-08-18 01:33:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 01:33:28 +0300 |
commit | 2e03507e5a4bac06350f234ff93cebe4a71368cd (patch) | |
tree | 7711d992e27f0f3aaebdda7676f22d7af65435a5 /.github/devcontainers-action/sync-action.sh | |
parent | a630e92c468c241fa029f278e4d7a0ac96142c76 (diff) |
directly reference github action (#104)
Diffstat (limited to '.github/devcontainers-action/sync-action.sh')
-rwxr-xr-x | .github/devcontainers-action/sync-action.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/devcontainers-action/sync-action.sh b/.github/devcontainers-action/sync-action.sh deleted file mode 100755 index 4bada95..0000000 --- a/.github/devcontainers-action/sync-action.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -# Temporary! - -pushd /workspaces/features/.github/devcontainers-action - -rm ./action.yml -rm -rf ./dist -rm -rf ./lib - -cp /home/codespace/action/action.yml ./action.yml -cp -r /home/codespace/action/dist ./dist -cp -r /home/codespace/action/lib ./lib
\ No newline at end of file |