Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Update dev_cron.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
denniszhen1 authored Jun 11, 2024
1 parent ec545bd commit 2413d7c
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/dev_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,9 @@ jobs:
name: Process
runs-on: self-hosted
steps:
- name: Checkout code
- uses: actions/checkout@v2

- name: Comment Issues link
if: |
github.event_name == 'pull_request_target' &&
(github.event.action == 'opened' ||
github.event.action == 'edited')
uses: actions/github-script@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const script = require(`${process.env.GITHUB_WORKSPACE}/.github/workflows/dev_cron/issues_link.js`);
script({github, context});
- name : Test cmd
run: |
echo "wow"

0 comments on commit 2413d7c

Please sign in to comment.