Skip to content

Commit

Permalink
chore: another test
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Jan 19, 2024
1 parent 29ed52e commit 311cd51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ jobs:
run: |
echo '${{ steps.actism-text.outputs.output }}' | grep '"count": 4'
- name: create an issue
uses: dacbd/create-issue-action@main
with:
token: ${{ github.token }}
title: Simple test issue
body: my new issue

- uses: ./
id: actism-open-issue
with:
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function actism(input, steps, wasi, outputType, test) {
steps = steps.trim();
outputType = outputType.trim();

let githubToken = core.getInput('github_token');
const githubToken = core.getInput('github_token');
if (githubToken.length === 0) {
core.info("No `github_token` was read from input");
}
Expand Down

0 comments on commit 311cd51

Please sign in to comment.