From e1949a5e21f7d46086de77fa0d8a6f392b995657 Mon Sep 17 00:00:00 2001 From: codecanna Date: Fri, 2 Jan 2026 01:59:44 -0700 Subject: [PATCH 1/6] test actions --- .github/workflows/upload.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/upload.yml diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml new file mode 100644 index 0000000..10ad83a --- /dev/null +++ b/.github/workflows/upload.yml @@ -0,0 +1,15 @@ +name: Remote SSH Command +on: [push] +jobs: + build: + name: Build + runs-on: self-hosted + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + # host: ${{ secrets.HOST }} + # username: ${{ secrets.USERNAME }} + # password: ${{ secrets.PASSWORD }} + # port: ${{ secrets.PORT }} + script: echo "Hello, World" \ No newline at end of file From e05558ea42aee6cc1eb1b601d934be00e10febb2 Mon Sep 17 00:00:00 2001 From: codecanna Date: Fri, 2 Jan 2026 02:03:22 -0700 Subject: [PATCH 2/6] action test --- .github/workflows/upload.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 10ad83a..489f7fd 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -1,5 +1,9 @@ -name: Remote SSH Command -on: [push] +name: Upate E621Bot +on: + push: + branches: ["master"] + + jobs: build: name: Build From 74894bbd7edd11d6cdc180d6e5f50435606055de Mon Sep 17 00:00:00 2001 From: codecanna Date: Fri, 2 Jan 2026 02:04:10 -0700 Subject: [PATCH 3/6] test action --- .github/workflows/upload.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 489f7fd..6e4c0a4 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -12,8 +12,4 @@ jobs: - name: Execute remote SSH commands using password uses: appleboy/ssh-action@v1 with: - # host: ${{ secrets.HOST }} - # username: ${{ secrets.USERNAME }} - # password: ${{ secrets.PASSWORD }} - # port: ${{ secrets.PORT }} script: echo "Hello, World" \ No newline at end of file From c6e19f805e7c8004ef90d074889c2c94f409f73e Mon Sep 17 00:00:00 2001 From: codecanna Date: Fri, 2 Jan 2026 02:05:07 -0700 Subject: [PATCH 4/6] actions test --- .github/workflows/upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 6e4c0a4..94f3f00 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -1,7 +1,7 @@ name: Upate E621Bot on: push: - branches: ["master"] + # branches: ["master"] jobs: From 2999ddf130a5395051d806fd0c124af3d020b8d7 Mon Sep 17 00:00:00 2001 From: codecanna Date: Fri, 2 Jan 2026 03:57:12 -0700 Subject: [PATCH 5/6] Fixed readme link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c81001..ef275b1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The words **dragon**, **gryphon**, **today**, **random**, and **safe** will return images with **dragons** and **gryphons** in them that were uploaded **today** that are **randomly** ordered with a rating of **safe** -You can find a list of valid tags [e621]("https://www.e621.net") you can mix and +Here is a list of valid [e621 tags](https://e621.net/tags), and you can mix and match the key words and the tags in any way you like! ## Commands From c2d97381fbdafe837917113ed41f292f3a9395eb Mon Sep 17 00:00:00 2001 From: codecanna Date: Fri, 2 Jan 2026 03:57:21 -0700 Subject: [PATCH 6/6] removed action for now. --- .github/workflows/upload.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/upload.yml diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml deleted file mode 100644 index 94f3f00..0000000 --- a/.github/workflows/upload.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Upate E621Bot -on: - push: - # branches: ["master"] - - -jobs: - build: - name: Build - runs-on: self-hosted - steps: - - name: Execute remote SSH commands using password - uses: appleboy/ssh-action@v1 - with: - script: echo "Hello, World" \ No newline at end of file