Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Dec 27, 2023
1 parent 2fb6baa commit 6b9c322
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,6 @@ on: [push, workflow_dispatch]
env:
HOME: /home/runner/work/
jobs:
view-contexts:
if: ${{ false }}
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
run: echo '${{ toJSON(github) }}'
- name: Dump job context
run: echo '${{ toJSON(job) }}'
- name: Dump steps context
run: echo '${{ toJSON(steps) }}'
- name: Dump runner context
run: echo '${{ toJSON(runner) }}'
- name: Dump strategy context
run: echo '${{ toJSON(strategy) }}'
- name: Dump matrix context
run: echo '${{ toJSON(matrix) }}'
- name: default environments in https://docs.github.com/en/actions/learn-github-actions/environment-variables
run: echo "CI=${CI};GITHUB_EVENT_NAME=${GITHUB_EVENT_NAME}; ${GITHUB_ACTOR}~=${GITHUB_REPOSITORY_OWNER}; GITHUB_REPOSITORY=${GITHUB_REPOSITORY}"
- name: self-defined environments
run: echo "GITHUB_REPOSITORY_NAME=${GITHUB_REPOSITORY_NAME}"
view-prebuilt-version:
strategy:
matrix:
Expand Down

0 comments on commit 6b9c322

Please sign in to comment.