Skip to content

Task: C/C++ 다중 포인터 개념 #47

Task: C/C++ 다중 포인터 개념

Task: C/C++ 다중 포인터 개념 #47

Workflow file for this run

name: issue_Action
on:
issues:
types:
- opened
jobs:
issue:
runs-on: ubuntu-latest
steps:
- env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
ISSUE_URL: ${{ github.event.issue.html_url }}
run: |
gh issue edit $ISSUE_URL --add-assignee "fkdl0048"
- env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
ISSUE_URL: ${{ github.event.issue.html_url }}
run: |
gh issue edit $ISSUE_URL --add-project "Todo"