Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Nov 6, 2023
1 parent fb13008 commit ca96b1a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ inputs:
image:
description: >
You can use an alternate image, use with caution!
required: true
default: "paritytech/srtool"
required: true

tag:
description: >
Expand Down Expand Up @@ -85,6 +85,11 @@ runs:
name: Check the version of the latest srtool
shell: bash
run: |
echo ::group::Inputs
echo "- image: ${{ inputs.image }}""
echo "- chain: ${{ inputs.chain }}""
echo ::endgroup::
RUSTC_VERSION_URL=https://raw.githubusercontent.com/${{ inputs.image }}/master/RUSTC_VERSION
echo Fetching RUSTC_VERSION from $RUSTC_VERSION_URL
RUSTC_VERSION=`curl -s $RUSTC_VERSION_URL`
Expand Down

0 comments on commit ca96b1a

Please sign in to comment.