240830 ThreadLocal로 유저 정보 처리하기 #81
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build README | |
on: | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- README.md | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repo | |
uses: actions/checkout@v3 | |
with: | |
# necessary for github-action-til-autoformat-readme | |
fetch-depth: 0 | |
- name: Autoformat README | |
uses: cflynn07/[email protected] | |
with: | |
description: | | |
Today I Learned | |
footer: | | |
[1]: https://github.com/suzieep/TIL | |
list_most_recent: 0 | |
# date_format: "2020 Jan 15:04" # optional, must align to https://golang.org/pkg/time/#Time.Format |