HackerNews 조치
3083 단어 actionshackathon
내 워크플로우
GitHub 작업 🗞으로 매일 상위 5개 해커뉴스를 받아보세요.
name: 🗞 Daily Top HackerNews
on:
schedule:
- cron: '0 9 * * *' # Every day at 9am
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: daily-top-hackernews
id: hackernews
uses: ./ # Uses an action in the root directory
with:
run: echo "${{ steps.hackernews.outputs.msg }}"
news: 5
제출 카테고리:
엉뚱한 와일드카드
Yaml 파일 또는 코드 링크
준로우 / 해커뉴스-액션
🗞 GitHub 작업으로 매일 상위 5개 해커 뉴스 받기
🗞 해커뉴스 액션
GitHub 작업으로 매일 상위 5개 해커 뉴스를 받으세요.
용법
매일 상위 5개 해커 뉴스를 받아보세요.name: 🗞 Daily Top HackerNews
on:
schedule:
- cron: '0 9 * * *' # Every day at 9am
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: daily-top-hackernews
id: hackernews
uses: ./ # Uses an action in the root directory
with:
run: echo "${{ steps.hackernews.outputs.msg }}"
news: 5
특허
MIT
View on GitHub
Reference
이 문제에 관하여(HackerNews 조치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://dev.to/junlow/hackernews-action-4n9m
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
name: 🗞 Daily Top HackerNews
on:
schedule:
- cron: '0 9 * * *' # Every day at 9am
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: daily-top-hackernews
id: hackernews
uses: ./ # Uses an action in the root directory
with:
run: echo "${{ steps.hackernews.outputs.msg }}"
news: 5
Reference
이 문제에 관하여(HackerNews 조치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/junlow/hackernews-action-4n9m텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)