Skip to content

Commit

Permalink
test branding
Browse files Browse the repository at this point in the history
  • Loading branch information
apentsak-vitech committed Feb 15, 2024
1 parent a5f815e commit 8fdbde1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/test-trigg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,16 @@ permissions:
actions: write
security-events: write

branding:
icon: 'award'
color: 'green'

jobs:
detect-changed-action:

name: Detect Changed Actions
runs-on: ubuntu-latest
environment: test
steps:
- name: ⇣ Search for changed actions
shell: bash
run: |
echo NAX
- id: vars
uses: apentsak-vitech/gh-checks/github/br@vdev


# git fetch origin
# git checkout -B main origin/main
Expand Down
13 changes: 13 additions & 0 deletions github/br/action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Checks Action
description: |
branding:
icon: 'award'
color: 'green'


runs:
using: 'composite'
steps:
- shell: bash
run: echo NAX

0 comments on commit 8fdbde1

Please sign in to comment.