Skip to content
This repository was archived by the owner on Feb 22, 2025. It is now read-only.

update-to-latest

update-to-latest #1

name: update-to-latest
on: workflow_dispatch
jobs:
publish:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- run: git config --global user.name "${GITHUB_ACTOR}"
- run: git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
- run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
- run: .\updateToLatest.ps1