and another one

This commit is contained in:
koins
2022-04-22 13:28:42 -07:00
parent 824f8c19d7
commit edbbd57d2b
+18 -18
View File
@@ -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"