Skip to content

Commit

Permalink
ci: fetch the latest version from github
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jul 6, 2021
1 parent 14c48fe commit db1056f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ runs:
name: Check the version of the latest srtool
shell: bash
run: |
LATEST=`curl -s https://gitlab.com/chevdor/srtool/-/raw/master/RUSTC_VERSION`
LATEST=`curl -s https://github.com/paritytech/srtool/blob/master/RUSTC_VERSION`
echo "SRTOOL_LATEST=$LATEST" >> $GITHUB_ENV
- id: env_setup
Expand Down

0 comments on commit db1056f

Please sign in to comment.