Skip to content

Commit

Permalink
Create github-script-poc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daveboster authored Nov 24, 2023
1 parent a6d1bae commit 2cdc9e2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/github-script-poc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: github-script-poc
on:
push:

jobs:
poc-test:
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- name: View context attributes
uses: actions/github-script@v7
with:
script: console.log(context)

0 comments on commit 2cdc9e2

Please sign in to comment.