From edbbd57d2b8635574e8fd756398b46f351bd2c02 Mon Sep 17 00:00:00 2001 From: koins Date: Fri, 22 Apr 2022 13:28:42 -0700 Subject: [PATCH] and another one --- .github/workflows/shield_io_updater.yml | 36 ++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/shield_io_updater.yml b/.github/workflows/shield_io_updater.yml index 8a249f2..aa126c1 100644 --- a/.github/workflows/shield_io_updater.yml +++ b/.github/workflows/shield_io_updater.yml @@ -123,22 +123,22 @@ jobs: update-remote-access-trojan: runs-on: ubuntu-latest - needs: update-hash-params + needs: update-hash-params - steps: - - uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - - uses: dante-signal31/rust-app-version@v1.0.0 - id: remote_access_trojan_ver - with: - cargo_toml_folder: 'remote_access_trojan/' - - name: Update remote_access_trojan version - uses: jossef/action-set-json-field@v1 - with: - file: '.custom_shields/remote_access_trojan.json' - field: message - value: ${{ steps.remote_access_trojan_ver.outputs.app_version }} - - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: "Update remote access trojan badge data via Github Action" + steps: + - uses: actions/checkout@v2 + with: + ref: ${{ github.head_ref }} + - uses: dante-signal31/rust-app-version@v1.0.0 + id: remote_access_trojan_ver + with: + cargo_toml_folder: 'remote_access_trojan/' + - name: Update remote_access_trojan version + uses: jossef/action-set-json-field@v1 + with: + file: '.custom_shields/remote_access_trojan.json' + field: message + value: ${{ steps.remote_access_trojan_ver.outputs.app_version }} + - uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: "Update remote access trojan badge data via Github Action"