Skip to content

Commit

Permalink
Merge pull request #13 from WarpBuilds/fix/action-name
Browse files Browse the repository at this point in the history
fix: name correction in readme
  • Loading branch information
PrashantRaj18198 authored Sep 5, 2024
2 parents 1a127ae + e431fae commit 48a4a90
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/linters/actionlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
self-hosted-runner:
labels:
- warp-*
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v5
# Rest of your build steps
- name: Create snapshot
uses: WarpBuild/WarpSnapshot@v1
uses: WarpBuild/snapshot-save@v1
with:
alias: 'unique-snapshot-alias'
fail-on-error: true
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/checkout@v5
# Add your build and test steps here
- name: Create snapshot
uses: WarpBuild/WarpSnapshot@v1
uses: WarpBuild/snapshot-save@v1
with:
alias: 'unique-snapshot-alias'
```
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
uses: actions/checkout@v5
# Add your build and test steps here
- name: Create snapshot
uses: WarpBuild/WarpSnapshot@v1
uses: WarpBuild/snapshot-save@v1
with:
alias: 'unique-snapshot-alias'
```
Expand All @@ -133,7 +133,7 @@ jobs:
rm -rf $HOME/.ssh
rm -rf $HOME/.aws
- name: Create snapshot
uses: WarpBuild/WarpSnapshot@v1
uses: WarpBuild/snapshot-save@v1
with:
alias: 'unique-snapshot-alias'
fail-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'WarpSnapshot'
name: 'snapshot-save'
description: 'Snapshot your volume and re-use it for faster builds'
author: 'WarpBuild'

Expand Down

0 comments on commit 48a4a90

Please sign in to comment.