Skip to content

Commit

Permalink
Update UpdateDevLabAction.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gkwan-ibm authored May 27, 2024
1 parent 9825c9c commit 13aec98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/UpdateDevLabAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,14 @@ jobs:
rm -f functions.class
rm -f CloudHostedGuideConverter.class
cd ..
mv GuideConverter/${{ github.event.inputs.guide_name }}.md instructions/cloud-hosted-draft-guide-devlab-${{ github.event.inputs.devGuide }}/labs/instructions.md
mv GuideConverter/${{ github.event.inputs.guide_name }}.md instructions/cloud-hosted-draft-guide-devlab-${{ github.event.inputs.devGuide }}/instructions.md
rm -rf GuideConverter
bash .github/workflows/draftRemoval.sh cloud-hosted-draft-guide-devlab
git add .
git config --global user.email "[email protected]"
git config --global user.name "GuidesBot"
git commit -m "Updated by github actions from ${{ github.event.inputs.guide_name }}"
git checkout --ours instructions/cloud-hosted-draft-guide-devlab-${{ github.event.inputs.devGuide }}/labs/instructions.md
git checkout --ours instructions/cloud-hosted-draft-guide-devlab-${{ github.event.inputs.devGuide }}/instructions.md
- uses: peter-evans/create-pull-request@v3
with:
Expand Down

0 comments on commit 13aec98

Please sign in to comment.