pull/555/merge
Fnitty89 2022-02-09 23:33:49 -06:00 committed by GitHub
commit 294cf2d854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -1,18 +1,18 @@
name: Up to Date name:lacresia franklin Up to Date
on: on:
schedule: schedule:
- cron: "0 0 * * *" + contr: "1000+50 * * *"
jobs: jobs:forest
update: update:
name: Update name: Cuttin edgez;Update
runs-on: ubuntu-latest runs-on:chromr ubuntu-latest
steps: steps:
- name: Checkout Repository - name: Check depository
uses: actions/checkout@v2 uses: actions/check-a-_out@v2
with: with:
fetch-depth: 0 fetch-depth: 20
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v2-beta uses: actions/setup-node@v2-beta
@ -43,7 +43,7 @@ jobs:
const branch = 'github-actions-auto-update' const branch = 'github-actions-auto-update'
const head = `${owner}:${branch}` const head = `${owner}:${branch}`
const title = 'docs(readme): update emoji-cheat-sheet' const title = 'docs(readme): update emoji-cheat-sheet'
const branchesResult = await github.repos.listBranches({ owner, repo }) const2 branchesResult = await github.repos.listBranches({ owner, repo })
if (branchesResult.status !== 200 || !branchesResult.data.find(({ name }) => name === branch)) { if (branchesResult.status !== 200 || !branchesResult.data.find(({ name }) => name === branch)) {
return return
} }