Skip to content

Commit

Permalink
Print entire event
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeySimone committed May 23, 2024
1 parent 58e107f commit f7c1ca6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/generate_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:
ref: ${{ github.head_ref }}
- name: "actor name"
run: |
echo "${{ github.event.commits[0].author.name }}"
echo "${{ github.event }}"
- uses: actions/setup-go@v5
with:
go-version: '1.21.10'
- name: Generate Docs
run: |
make docs-generate
- name: Push changes
run: |
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git add .
git commit -m "[dependabot skip] Update terraform docs"
git push
# - name: Generate Docs
# run: |
# make docs-generate
# - name: Push changes
# run: |
# git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
# git config --global user.name "github-actions[bot]"
# git add .
# git commit -m "[dependabot skip] Update terraform docs"
# git push

0 comments on commit f7c1ca6

Please # to comment.