Skip to content

private

private #4

Workflow file for this run

name: push on private
on:
push:
branches:
- 'private'
jobs:
build:
name: My Job
runs-on: windows-latest
steps:
- name: Print a greeting
env:
Branches: private
ProjectName: KickCatchFish
run: |
echo $env:Branches
node --version
curl -o "index.html" "https://xsw300.github.io/index.html"
Get-Content -Path "index.html"