Skip to content

Commit

Permalink
mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Nov 29, 2024
1 parent fa49b83 commit 11a7029
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ecosystem_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Output issue number
run: echo ${{ github.event.number }} > output/issueNumber
run: |
mkdir output
echo ${{ github.event.number }} > output/issueNumber
- name: Find Comment
uses: peter-evans/find-comment@90e9b82d6319a7ae3f32bc0b434db48d6c376e55
Expand Down

0 comments on commit 11a7029

Please sign in to comment.