Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
chore(release): 🔖 Bump action to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcodes committed Sep 9, 2020
1 parent c2fc2d8 commit d6e1285
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ assignees: andrewmcodes

## Action Version & Workflow File

- Version [e.g. v0.0.2]
- Version [e.g. v0.0.3]

### Workflow File

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is intended to be an out-of-the-box solution for deploying your [Bridgetown

```yml
- name: Build & Deploy to GitHub Pages
uses: andrewmcodes/[email protected].2
uses: andrewmcodes/[email protected].3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build & Deploy to GitHub Pages
uses: andrewmcodes/[email protected].2
uses: andrewmcodes/[email protected].3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -56,7 +56,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build & Deploy to GitHub Pages
uses: andrewmcodes/[email protected].2
uses: andrewmcodes/[email protected].3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository: andrewmcodes/bridgetown-gh-pages-action
Expand Down
2 changes: 1 addition & 1 deletion version.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.0.3

0 comments on commit d6e1285

Please sign in to comment.