Skip to content

Commit

Permalink
Update multi-job-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jan 17, 2024
1 parent ce30680 commit 93fe7b3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/multi-job-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,25 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- shell: sh
env:
GITHUB_ACTION_REF_EXP: ${{ github.action_ref }}
GITHUB_ACTION_REPOSITORY_EXP: ${{ github.action_repository }}
GITHUB_ACTION_PATH_EXP: ${{ github.action_path }}
GITHUB_ACTION_EXP: ${{ github.action }}
run: |
echo "github.action_ref = ${{ github.action_ref }}"
echo "GITHUB_ACTION_REF_EXP = $GITHUB_ACTION_REF_EXP"
echo "GITHUB_ACTION_REF = $GITHUB_ACTION_REF"
echo "github.action_repository = ${{ github.action_repository }}"
echo "GITHUB_ACTION_REPOSITORY_EXP = $GITHUB_ACTION_REPOSITORY_EXP"
echo "GITHUB_ACTION_REPOSITORY = $GITHUB_ACTION_REPOSITORY"
echo "github.action_path = ${{ github.action_path }}"
echo "GITHUB_ACTION_PATH_EXP = $GITHUB_ACTION_PATH_EXP"
echo "GITHUB_ACTION_PATH = $GITHUB_ACTION_PATH"
echo "github.action = ${{ github.action }}"
echo "GITHUB_ACTION_EXP = $GITHUB_ACTION_EXP"
echo "GITHUB_ACTION = $GITHUB_ACTION"
- name: Get changed files
id: changed-files
continue-on-error: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit 93fe7b3

Please sign in to comment.