diff --git a/.gitea/workflows/push_master.yaml b/.gitea/workflows/push_master.yaml index 0842ef7..21de0ca 100644 --- a/.gitea/workflows/push_master.yaml +++ b/.gitea/workflows/push_master.yaml @@ -14,13 +14,13 @@ jobs: - uses: https://github.com/SebRollen/toml-action@v1.2.0 id: read_rust_toolchain with: - file: rust-toolchain + file: rust-toolchain.toml field: toolchain.targets - uses: https://github.com/SebRollen/toml-action@v1.2.0 id: read_rust_components with: - file: rust-toolchain + file: rust-toolchain.toml field: toolchain.components - uses: https://github.com/dtolnay/rust-toolchain@stable diff --git a/.gitea/workflows/push_non_master.yaml b/.gitea/workflows/push_non_master.yaml index 71107a3..0c359a1 100644 --- a/.gitea/workflows/push_non_master.yaml +++ b/.gitea/workflows/push_non_master.yaml @@ -14,13 +14,13 @@ jobs: - uses: https://github.com/SebRollen/toml-action@v1.2.0 id: read_rust_toolchain with: - file: rust-toolchain + file: rust-toolchain.toml field: toolchain.targets - uses: https://github.com/SebRollen/toml-action@v1.2.0 id: read_rust_components with: - file: rust-toolchain + file: rust-toolchain.toml field: toolchain.components - uses: https://github.com/dtolnay/rust-toolchain@stable