Skip to content

Instantly share code, notes, and snippets.

@WestonThayer
Created November 8, 2022 19:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WestonThayer/f8b72c8e1866585b94daa1a94e822ecc to your computer and use it in GitHub Desktop.
Save WestonThayer/f8b72c8e1866585b94daa1a94e822ecc to your computer and use it in GitHub Desktop.
name: test
on:
push:
branches: [main]
jobs:
test:
runs-on: windows-latest
steps:
- run: "& 'C:\\Windows\\Resources\\Ease of Access Themes\\hc1.theme'"
# Will upload an artifact to the run with a desktop screenshot
- uses: OrbitalOwen/desktop-screenshot-action@0.1
with:
file-name: 'desktop.jpg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment