Skip to content

Commit

Permalink
fixing names
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoSTIC committed Jan 2, 2024
1 parent 2358ce0 commit e294fc9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Develop_ReinstallInstanceOnUserAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ env:
MAIN_HOST: ${{ secrets.MAIN_HOST}}
MAIN_SSH_USERNAME: ${{ secrets.MAIN_SSH_USERNAME}}
jobs:
create_instance:
name: Create Instance on Opened or Reopened PR
reinstall_instance:
name: Reinstall Instance on User Action
runs-on: ubuntu-latest
steps:
- name: Extract branch name
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Projects Change Status Ready for Next Release
name: Projects - Change Status Ready for Next Release
on:
pull_request_target:
types:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Projects_MoveToRelease.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: Projects Move to release
name: Projects - Move to release
on:
release:
types: [published]
Expand Down

0 comments on commit e294fc9

Please sign in to comment.