Skip to content

Commit

Permalink
fixing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AmebaBrain committed Jun 9, 2024
1 parent 8a152da commit bf52f73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
steps:
- name: Print environment
run: |
echo Environment: ${{ github.environment }}
echo Artifact: ${{ inputs.ARTIFACT }}
echo Base path: ${{ env.BASE_PATH }}
echo Base path (env): ${{ env.BASE_PATH }}
echo Base path (secrets): ${{ secrets.BASE_PATH }}
echo Base path (vars): ${{ vars.BASE_PATH }}
- name: Download an artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit bf52f73

Please sign in to comment.