Skip to content

Migrate from winsdk to PyWinRT and bump tomli-w (#300) #108

Migrate from winsdk to PyWinRT and bump tomli-w (#300)

Migrate from winsdk to PyWinRT and bump tomli-w (#300) #108

Workflow file for this run

# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
name: printenv
on:
workflow_dispatch: # Allows manual builds
inputs:
excludeBuildNumber:
description: "Exclude build number"
required: true
default: false
type: boolean
push:
branches:
- master
- dev
env:
GITHUB_HEAD_REPOSITORY: ${{ github.event.pull_request.head.repo.full_name }}
GITHUB_EXCLUDE_BUILD_NUMBER: ${{ inputs.excludeBuildNumber }}
jobs:
printenv:
runs-on: windows-latest
steps:
- name: Checkout ${{ github.repository }}/${{ github.ref }}
uses: actions/checkout@v4
- run: printenv