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 dc4b1c7 commit a5f815e
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .github/workflows/test-trigg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,21 @@ 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:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PAT_TOKEN }}
- name: ⇣ Search for changed actions
shell: bash
id: config
env:
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
run: |
if ! [[ -z "${{ env.GH_TOKEN }}" ]]; then
echo GH_TOKEN=true
else
echo GH_TOKEN=false
fi
if ! [[ -z "${{ secrets.PAT_TOKEN }}" ]]; then
echo secretsPAT_TOKEN=true
else
echo secretsPAT_TOKEN=false
fi
echo NAX
# git fetch origin
# git checkout -B main origin/main
Expand Down

0 comments on commit a5f815e

Please sign in to comment.