Skip to content

Update and rename README.md to README./Send to Slack <q4p1q0y3l0j1y5s… - #1899

Open
Authentiksolid wants to merge 1 commit into
integrations:masterfrom
Authentiksolid:patch-4
Open

Update and rename README.md to README./Send to Slack <q4p1q0y3l0j1y5s…#1899
Authentiksolid wants to merge 1 commit into
integrations:masterfrom
Authentiksolid:patch-4

Conversation

@Authentiksolid

Copy link
Copy Markdown

9@authentiksolid-251219.slack.com>

"public" event to begin this workflow and avoid actual runs # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows on:
public:

jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout action
uses: actions/checkout@v4
- name: Build action
run: npm install && npm run build
- name: Send a message into channel
id: slack
uses: ./.
with:
payload: |
{
"repository": "${{ github.repository }}",
"pull_request_username": "${{ github.event.pull_request.user.login }}",
"pull_request_title": ${{ toJSON(github.event.pull_request.title) }},
"pull_request_url": "${{ github.event.pull_request.html_url }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

…9@authentiksolid-251219.slack.com>

"public" event to begin this workflow and avoid actual runs
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
on:
  public:

jobs:
  run:
    runs-on: ubuntu-latest
    steps:
    - name: Checkout action
      uses: actions/checkout@v4
    - name: Build action
      run: npm install && npm run build
    - name: Send a message into channel
      id: slack
      uses: ./.
      with:
        payload: |
          {
            "repository": "${{ github.repository }}",
            "pull_request_username": "${{ github.event.pull_request.user.login }}",
            "pull_request_title": ${{ toJSON(github.event.pull_request.title) }},
            "pull_request_url": "${{ github.event.pull_request.html_url }}"
          }
      env:
        SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant