Skip to content

Commit

Permalink
Perms 9R
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDonkin-Gallagher committed Dec 4, 2023
1 parent 914bf32 commit 2eb8d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo Building multi-page HTML from AsciiDoc
asciidoctor-multipage -r asciidoctor-diagram -o paged.html --verbose training/rest_training.adoc || true

echo Putting output into $INPUT_OUTPUT
ls -al ref training swagger
ls -alR ref training swagger
chmod -c -R +rX ref training swagger | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
Expand Down

0 comments on commit 2eb8d8f

Please sign in to comment.