Skip to content

Commit

Permalink
whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
wkal-pubnub committed Dec 2, 2024
1 parent dfc39b4 commit 4a148d8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/commands-handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Commands processor
on:
issue_comment:
types: [created]
defaults:
run:
shell: bash
#defaults:
# run:
# shell: bash

jobs:
process:
Expand Down Expand Up @@ -36,11 +36,11 @@ jobs:
ref: v1
token: ${{ secrets.GH_TOKEN }}
path: .github/.release/actions
- id: dev
name: dev
- id: dev4
name: dev4
run: find . | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/"
- id: dev2
name: dev2
- id: dev5
name: dev5
run: env
- name: Process changelog entries
if: steps.user-check.outputs.expected-user == 'true'
Expand Down

0 comments on commit 4a148d8

Please sign in to comment.