Skip to content

Commit

Permalink
test: set to variable
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed Sep 23, 2023
1 parent 7fc966d commit ddab3bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate-icon-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
node-version: 18.17.1

- name: Make pr descrition from commit
uses: actions/setup-python@v4

- name: Git Config
run: |
git config --global user.email "[email protected]"
Expand All @@ -38,7 +41,6 @@ jobs:
git push
- id: make
name: Make pr descrition from commit
run: |
import os
name = 'my_name'
Expand Down

0 comments on commit ddab3bb

Please sign in to comment.