Skip to content

[ci] Enhancement: Demo GitHubActions #5

[ci] Enhancement: Demo GitHubActions

[ci] Enhancement: Demo GitHubActions #5

Workflow file for this run

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
name: Demo
on:
push:
branches:
- wip-*
workflow_dispatch:
jobs:
comment:
runs-on: ubuntu-latest
steps:
- name: View context attributes
uses: actions/github-script@v7
with:
script: console.log(context)