Skip to content

Commit

Permalink
chore(action): update action name
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanAyaz committed Mar 16, 2020
1 parent fdf6d78 commit e803c1f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# :rocket: Angular Deploy gh-pages Actions

![build-test](https://github.com/AhsanAyaz/angular-deploy-ghpages-actions/workflows/build-test/badge.svg) [![View Action](https://img.shields.io/badge/action-marketplace-blue.svg?logo=github&color=orange)](https://github.com/marketplace/actions/angular-github-pages-actions) [![Version](https://img.shields.io/github/v/release/AhsanAyaz/angular-deploy-ghpages-actions.svg?logo=github)](https://github.com/AhsanAyaz/angular-deploy-ghpages-actions/releases)
![build-test](https://github.com/AhsanAyaz/angular-deploy-gh-pages-actions/workflows/build-test/badge.svg) [![View Action](https://img.shields.io/badge/action-marketplace-blue.svg?logo=github&color=orange)](https://github.com/marketplace/actions/angular-deploy-gh-pages-actions/) [![Version](https://img.shields.io/github/v/release/AhsanAyaz/angular-deploy-gh-pages-actions.svg?logo=github)](https://github.com/AhsanAyaz/angular-deploy-gh-pages-actions/releases)

This [GitHub action](https://github.com/features/actions) will handle the deploy process of your angular application to [GitHub Pages](https://pages.github.com/). You can configure what folder will be deployed once the build is created. Also, you can specify which branch to deploy to.

Expand All @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: All things angular
uses: AhsanAyaz/angular-deploy-ghpages-actions
uses: AhsanAyaz/angular-deploy-gh-pages-actions
with:
github_access_token: ${{ secrets.ACCESS_TOKEN }} # see the Configuration section for how you can create secrets
build_configuration: development # The build environment for the app. please look configurations in your angular.json
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: 'Angular Github Pages Actions'
name: 'Angular Deploy gh-pages Actions'
description: 'Github actions to automagically deploy your angular app to GitHub pages. '
author: 'Muhammad Ahsan Ayaz (https://github.com/ahsanayaz)'
branding:
icon: 'package'
color: 'red'
label: 'Angular Github Pages Actions'
label: 'Angular Deploy gh-pages Actions'
inputs:
github_access_token:
description: "Github access token token used to deploy on gh_pages. You can find it on Github."
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "angular-deploy-ghpages-actions",
"name": "angular-deploy-gh-pages-actions",
"version": "1.0.0",
"private": true,
"description": "Github actions to automagically deploy your angular app to GitHub pages. ",
Expand All @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahsanayaz/angular-deploy-ghpages-actions.git"
"url": "git+https://github.com/ahsanayaz/angular-deploy-gh-pages-actions.git"
},
"keywords": [
"actions",
Expand Down

0 comments on commit e803c1f

Please sign in to comment.