Skip to content

build(deps): Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 #32

build(deps): Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0

build(deps): Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 #32

Workflow file for this run

name: Mirror Push
on:
push:
branches: [master]
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: mirror
uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.froth.zone/sam/Xdg.Net.git'
GIT_USERNAME: oauth2
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}