cargo update log
-
+ cargo update log
+
- ```log
- $cargo_update_log
- ```
+ ```log
+ $cargo_update_log
+ ```
-
-
+
+
jobs:
update:
@@ -37,30 +37,28 @@ jobs:
with:
toolchain: nightly-2023-09-30
- - name: cargo update
- # Remove first line that always just says "Updating crates.io index"
- run:
- cargo update --color never 2>&1 | sed '/crates.io index/d' | tee -a
- cargo_update.log
+ - name: cargo update
+ # Remove first line that always just says "Updating crates.io index"
+ run: cargo update --color never 2>&1 | sed '/crates.io index/d' | tee -a cargo_update.log
- - name: craft commit message and PR body
- id: msg
- run: |
- export cargo_update_log="$(cat cargo_update.log)"
+ - name: craft commit message and PR body
+ id: msg
+ run: |
+ export cargo_update_log="$(cat cargo_update.log)"
- echo "commit_message<