Skip to content

Commit

Permalink
docs(core): Documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorholozsnyak committed May 14, 2023
1 parent 8c27b0c commit 7b36028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: rodnansol/[email protected]
name: Create story
env:
ISSUE_NUMBER: ${{ github.event.issue.number }}
ISSUE_NUMBER: ${{ github.event.number }}
COMMIT_TELLER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMMIT_TELLER_OPENAI_API_KEY: ${{ secrets.OPENAI_KEY }}
with:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Commit story changes
shell: bash
env:
ISSUE_NUMBER: ${{ github.event.issue.number }}
ISSUE_NUMBER: ${{ github.event.number }}
run: |
git add *.adoc
git config --global user.email "${{ secrets.COMMITTER_EMAIL }}"
Expand Down

0 comments on commit 7b36028

Please sign in to comment.