Skip to content

Commit

Permalink
remove dump vars, it's caused some strange actions failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wwiv committed Dec 27, 2023
1 parent 8bb1568 commit 5a4abd3
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/wwiv-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,21 +131,20 @@ jobs:

steps:

- name: Dump Vars
env:
VARS: ${{ toJson(vars) }}
EVENT: ${{ toJson(github.event) }}
REPO: ${{ github.repository }}
RELEASE: ${{ vars.WWIV_RELEASE }}
shell: bash
run: |
echo "WWIV_RELEASE_ARCHIVE_FILE: ${{ env.WWIV_RELEASE_ARCHIVE_FILE }}"
echo "release: ${{ env.RELEASE }}"
echo "github.repository_owner: ${{ github.repository_owner }}"
echo "github.repo: ${{ env.REPO }}"
echo "github.event context: ${{ env.EVENT }}"
echo "vars context: ${{ env.VARS }}"
# - name: Dump Vars
# env:
# VARS: ${{ toJson(vars) }}
# EVENT: ${{ toJson(github.event) }}
# REPO: ${{ github.repository }}
# RELEASE: ${{ vars.WWIV_RELEASE }}
# shell: bash
# run: |
# echo "WWIV_RELEASE_ARCHIVE_FILE: ${{ env.WWIV_RELEASE_ARCHIVE_FILE }}"
# echo "release: ${{ env.RELEASE }}"
# echo "github.repository_owner: ${{ github.repository_owner }}"
# echo "github.repo: ${{ env.REPO }}"
# echo "github.event context: ${{ env.EVENT }}"
# echo "vars context: ${{ env.VARS }}"

# Check it out again since now it's a new job.
- name: Check out repository code
Expand Down

0 comments on commit 5a4abd3

Please sign in to comment.