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 #4

name: update-to-latest
on: workflow_dispatch
jobs:
publish:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- run: |
$githubActor = $env:GITHUB_ACTOR
git config --global user.name $githubActor
- run: |
$githubActorId = $env:GITHUB_ACTOR_ID
$githubActor = $env:GITHUB_ACTOR
git config --global user.email [email protected]
- run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
- run: .\updateToLatest.ps1