Skip to content

Commit

Permalink
🔊 more debug of context variables
Browse files Browse the repository at this point in the history
  • Loading branch information
b8daniel committed Apr 19, 2022
1 parent e3d971a commit f655df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
working-directory: ${{ steps.download.outputs.download-path }}
run: ls -R
- name: list used variables
run: echo "${{ github.api_url }}, ${{ github.repository }}, ${{ github.ref_name }}"
run: echo "${{ github.api_url }}, ${{ github.repository }}, ${{ github.ref_name }}, ${{ github.sha }}, ${{ steps.download.outputs.download-path }}"
- name: create release and upload
run: |
latest_info=$(curl --request GET \
Expand Down

0 comments on commit f655df7

Please sign in to comment.