Skip to content

Commit

Permalink
(maint) Fix workflow continue path
Browse files Browse the repository at this point in the history
This commit syncs the path shown for allowing the workflow to
continue with the one used across operating systems.
  • Loading branch information
luchihoratiu committed Jun 9, 2022
1 parent 47bd355 commit 449b559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ runs:
echo "#"
echo "# Allow workflow to continue using:"
echo "#########################################"
echo "bash -c \"touch ~/continue\""
echo "bash -c \"touch $continue_path\""
echo "#########################################"
echo "#"
echo "# SSH session time left:"
Expand Down

0 comments on commit 449b559

Please sign in to comment.