You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

30 lines
599 B

name: _Scratchpad
on:
workflow_dispatch:
# push:
# branches:
# - main
permissions:
contents: write
pull-requests: write
actions: read
pages: write
id-token: write
jobs:
test:
# runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- run: echo Scratchpad
env:
GH: ${{ toJson(github) }}
GHE: ${{ toJson(github.event) }}
GHEH: ${{ toJson(github.event.head_commit) }}
GHEHM: ${{ toJson(github.event.head_commit.modified) }}
# - uses: actions/checkout@v4
# with:
# ref: ${{ github.sha }}