aboutsummaryrefslogtreecommitdiff
path: root/.github/devcontainers-action/sync-action.sh
diff options
context:
space:
mode:
authorJosh Spicer <josh@joshspicer.com>2022-06-07 17:15:45 +0300
committerGitHub <noreply@github.com>2022-06-07 17:15:45 +0300
commita7929b352305d0a19fef3a056f017613a0646cd2 (patch)
treeebe75ed101f8127c67bad2534e25c93f8fd3df9c /.github/devcontainers-action/sync-action.sh
parent4309562b39e64d6d0a02da95c7f20937e7d87c77 (diff)
change action name to 'ci'
Diffstat (limited to '.github/devcontainers-action/sync-action.sh')
-rwxr-xr-x.github/devcontainers-action/sync-action.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/devcontainers-action/sync-action.sh b/.github/devcontainers-action/sync-action.sh
index 4bada95..a9bf222 100755
--- a/.github/devcontainers-action/sync-action.sh
+++ b/.github/devcontainers-action/sync-action.sh
@@ -8,6 +8,6 @@ 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
+cp /home/codespace/ci/action.yml ./action.yml
+cp -r /home/codespace/ci/dist ./dist
+cp -r /home/codespace/ci/lib ./lib \ No newline at end of file