cargo update log
-
-
- ```log
- $cargo_update_log
- ```
-
-
-
+permissions:
+ contents: write
+ pull-requests: write
jobs:
update:
@@ -37,28 +24,28 @@ jobs:
with:
toolchain: nightly-2024-09-01
- - 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<