Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Dec 3, 2019
1 parent aa8f965 commit 9fa5fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Create commit comment
uses: ./
env:
MY_ENV_VAR: environment variable support
MY_ENV_VAR: evaluation of environment variables
with:
token: ${{ secrets.GITHUB_TOKEN }}
#sha: 843dea1cc2e721163c20a5c876b5b155f7f3aa75
Expand Down

1 comment on commit 9fa5fa1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a multi-line test comment

  • With GitHub Markdown
  • And evaluation of environment variables
  • Created by commit-comment

Please sign in to comment.