From ced48a4d0074d92ba6b5d0d0df475ce1e1e24f7c Mon Sep 17 00:00:00 2001 From: PrashantRaj18198 Date: Thu, 5 Sep 2024 10:26:49 +0530 Subject: [PATCH 1/3] fix: name correction in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2029d5b..4e15415 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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' ``` @@ -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' ``` @@ -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 From 31df3fa5bd095833d2a639321b4b5f87298a337b Mon Sep 17 00:00:00 2001 From: Abhijit Hota Date: Thu, 5 Sep 2024 10:32:16 +0530 Subject: [PATCH 2/3] fix action lint --- .github/linters/actionlint.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/linters/actionlint.yml diff --git a/.github/linters/actionlint.yml b/.github/linters/actionlint.yml new file mode 100644 index 0000000..4baefde --- /dev/null +++ b/.github/linters/actionlint.yml @@ -0,0 +1,3 @@ +self-hosted-runner: + labels: + - warp-* \ No newline at end of file From e431fae6aa4538380ff1e1e88857344295963ba4 Mon Sep 17 00:00:00 2001 From: PrashantRaj18198 Date: Thu, 5 Sep 2024 10:32:28 +0530 Subject: [PATCH 3/3] change name from action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8ebcbe8..668a240 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'WarpSnapshot' +name: 'snapshot-save' description: 'Snapshot your volume and re-use it for faster builds' author: 'WarpBuild'