-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c851b80
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@theofficialgman, the actions seems to be refusing to run this final sed command, and I'm not sure why. webVer is being set to
13.0.3.tar.xz (106.3 MB)
, but when I run the same command on my system, it results in the correct13.0.3
value. Could this be a locale issue or is sed just misbehaving on the github servers?c851b80
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Botspot I ran the updater BEFORE making the tor commit. So the sed command hasn't been run yet on the GitHub
c851b80
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But then I re-ran the updater AFTER making this commit, which did not seem to change anything. A good followup question is what is necessary to make github see the commit then, if rerunning the action is not enough?
c851b80
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rerunning an action runs the action at the same point in the commit history as it was originally run. So if the action was run on commit abc and you rerun it, it will still run on commit abc.