Commit 2f17ca8 1 parent cf47335 commit 2f17ca8 Copy full SHA for 2f17ca8
File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,14 @@ jobs:
29
29
echo -e "\n# epic Provider\n$(cat docs/index.md)" > docs/index.md
30
30
echo "${{ steps.script_output.outputs.result }}" >> docs/index.md
31
31
32
- - name : Commit and Push changes
32
+ - uses : actions/checkout@v3
33
+ with :
34
+ ref : ${{ github.ref_name }}
35
+
36
+ - name : Git push docs/index.md with media type and title mapping
33
37
run : |
34
38
git config --global user.name "${{ vars.TF_THESUDO_CI_COMMIT_AUTHOR }}"
35
39
git config --global user.email "${{ vars.TF_THESUDO_CI_COMMIT_EMAIL }}"
36
40
git add .
37
- git commit -a -m "Update changelog "
38
- git push "https://${{ vars.TF_THESUDO_CI_COMMIT_AUTHOR }}:${{ secrets.TF_THESUDO_COMMIT_GITHUB_TOKEN }}@github.com/${{ github.repository }}.git"
41
+ git commit -a -m "Update docs/index.md "
42
+ git push "https://${{ vars.TF_THESUDO_CI_COMMIT_AUTHOR }}:${{ secrets.TF_THESUDO_COMMIT_GITHUB_TOKEN }}@github.com/${{ github.repository }}.git"
You can’t perform that action at this time.
0 commit comments