We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9401c commit a80fcbaCopy full SHA for a80fcba
.github/workflows/rust-sdk-release.yml
@@ -17,15 +17,6 @@ jobs:
17
steps:
18
# Checkout the repository
19
- uses: actions/checkout@v4
20
- with:
21
- persist-credentials: true # uses GITHUB_TOKEN automatically
22
- fetch-depth: 0
23
-
24
- # Configure git identity for commits
25
- - name: Configure git
26
- run: |
27
- git config user.name "spinframeworkbot"
28
- git config user.email "[email protected]"
29
30
# Run script to update the templates
31
- name: Bump Rust Templates SDK Dependency
0 commit comments