Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wood authored and James Wood committed Mar 6, 2024
1 parent 61b1338 commit 15bdc5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hitide_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
# First job in the workflow installs and verifies the software
build:
name: Refresh Repo Sheet
name: Refresh HiTIDE Repos
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
Expand All @@ -36,7 +36,7 @@ jobs:
#########################################################################
# HiTIDE Setup Token
#########################################################################
- name: Setup Google Token
- name: Setup Token
env:
GOOGLE_TOKEN: ${{ secrets.GOOGLE_TOKEN }}
run: |
Expand All @@ -46,7 +46,7 @@ jobs:
#########################################################################
# HiTIDE Repos Dashboard
#########################################################################
- name: HiTIDE Repos Dashboard
- name: Generate Repos
working-directory: hitide_repos
env:
UAT_TOKEN_TEMP: ${{ secrets.LAUNCHPAD_TOKEN_UAT }}
Expand Down

0 comments on commit 15bdc5d

Please sign in to comment.