diff options
author | Josh Spicer <josh@joshspicer.com> | 2022-06-07 17:15:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 17:15:45 +0300 |
commit | a7929b352305d0a19fef3a056f017613a0646cd2 (patch) | |
tree | ebe75ed101f8127c67bad2534e25c93f8fd3df9c /.github/devcontainers-action/action.yml | |
parent | 4309562b39e64d6d0a02da95c7f20937e7d87c77 (diff) |
change action name to 'ci'
Diffstat (limited to '.github/devcontainers-action/action.yml')
-rw-r--r-- | .github/devcontainers-action/action.yml | 2 |
1 files changed, 1 insertions, 1 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: |