Skip to content

Commit

Permalink
chore: renamed action steps
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jul 2, 2024
1 parent 579042d commit ab8dad9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/compute.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "the name of the plugin"
name: "Automated Merging"

on:
workflow_dispatch:
Expand All @@ -21,21 +21,21 @@ concurrency:

jobs:
compute:
name: "plugin name"
name: "Automated Merging"
runs-on: ubuntu-latest
permissions: write-all

steps:
- uses: actions/checkout@v4

- name: setup node
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: "20.10.0"

- name: install dependencies
run: yarn
- name: Install dependencies
run: yarn install --immutable --immutable-cache --check-cache

- name: execute directive
- name: Execute directive
run: npx tsx ./src/main.ts
id: plugin-name
id: automated-merging

0 comments on commit ab8dad9

Please sign in to comment.