Skip to content

Commit

Permalink
A show variables step will come in handy
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Feb 23, 2024
1 parent ed5f209 commit 8aaa74b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/waste_time.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ concurrency:
# For Draft PRs, we only want the herpaderp step 1
# For Non-Draft PRs, we want all the steps
jobs:
show-variables:
name: "Show variables"
steps:
- name: "The actual showing of variables"
run: |
echo Workflow is .${{ github.workflow }}.
echo Ref is .${{ github.ref }}.
echo Run ID is .${{ github.run_id }}.
echo PR number is .${{ github.event.pull_request_number }}
mootrix:
runs-on: ${{ matrix.os }}
name: Mootrix ${{ matrix.os }} - ${{ matrix.config.moo }}
Expand Down

0 comments on commit 8aaa74b

Please sign in to comment.