Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
opike committed Feb 25, 2021
1 parent 451dda0 commit 857c074
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
env:
GITHUB_STUFF: ${{ toJson(github) }}
GITHUB_STUFF2: ${{ toJson(github.event) }}
GITHUB_STUFF3: ${{ toJson(github.event.action ) }}
run: |
echo "github.event.pull_request.number"
echo "GITHUB_REF"
echo $GITHUB_REF
echo "GITHUB_SHA"
echo $GITHUB_SHA
echo $GITHUB_STUFF
echo $GITHUB_STUFF2
echo $GITHUB_STUFF3
echo $GITHUB_EVENT_PATH

0 comments on commit 857c074

Please sign in to comment.