Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
351 views
in Technique[技术] by (71.8m points)

git - How to access files that are committed inside GitHub Actions?

Our GitHub Action workflow executes when we commit a file on GitHub that files could be any doc file. Inside GitHub Actions run .exe file, that is generating HTML files based on doc file. That HTML files are committed inside the same GitHub workflow actions. We are trying to deploy these HTML files on another Repository. Before this we have tried to get these HTML files inside the same GitHub action workflow, for example, ls "path", checked with the latest commit(git rev-parse --short "$GITHUB_SHA") it returns committed id that is committed from Github but we want that committed id or files that committed inside GitHub workflow actions. We couldn't get that Html Files.

We would appreciate your help.

question from:https://stackoverflow.com/questions/65882254/how-to-access-files-that-are-committed-inside-github-actions

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...