Skip to content

Commit

Permalink
Fix bugs in dispatch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj authored Oct 6, 2023
1 parent 3e25b20 commit 27e69d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
dispatch:
runs-on: ubutun-latest
runs-on: ubuntu-latest

steps:
- name: Get latest release tag
Expand All @@ -26,7 +26,7 @@ jobs:
})
console.log(result);
- name: Create dispatch event for autobids-dglobus
- name: Create dispatch event for autobids-globus
uses: actions/github-script@v6
with:
github-token: ${{ secrets.BP_PAT_TOKEN }}
Expand Down

0 comments on commit 27e69d8

Please sign in to comment.