mirror of
https://github.com/kmanc/remote_code_oxidation
synced 2026-06-08 15:21:46 +00:00
and another one
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user