Unverified Commit a7929b35 authored by Josh Spicer's avatar Josh Spicer Committed by GitHub

change action name to 'ci'

parent 4309562b
name: 'Dev Container'
name: 'Dev Container CI'
description: 'Publish custom development container feature(s) and/or templates(s)'
author: 'GitHub'
branding:
......
......@@ -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
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment