From a7929b352305d0a19fef3a056f017613a0646cd2 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Tue, 7 Jun 2022 10:15:45 -0400 Subject: change action name to 'ci' --- .github/devcontainers-action/action.yml | 2 +- .github/devcontainers-action/sync-action.sh | 6 +++--- .github/workflows/release.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/devcontainers-action/action.yml b/.github/devcontainers-action/action.yml index 52b842f..e417b70 100644 --- a/.github/devcontainers-action/action.yml +++ b/.github/devcontainers-action/action.yml @@ -1,4 +1,4 @@ -name: 'Dev Container' +name: 'Dev Container CI' description: 'Publish custom development container feature(s) and/or templates(s)' author: 'GitHub' branding: 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 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4b59eb9..c271e03 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - name: Generate tgz - uses: ./.github/devcontainers-action # devcontainers/action + uses: ./.github/devcontainers-action # devcontainers/ci with: publish-features: "true" base-path-to-features: "./src" -- cgit v1.2.3