Skip to content

Commit

Permalink
Update datadog-synthetics.yml[![.github/workflows/datadog-synthetics.…
Browse files Browse the repository at this point in the history
…yml](https://github.com/tikto29/wallet-contract-v5/actions/workflows/datadog-synthetics.yml/badge.svg)](https://github.com/tikto29/wallet-contract-v5/actions/workflows/datadog-synthetics.yml)

            - name: First interaction
  uses: actions/[email protected]
  with:
    # Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}
    repo-token: 
    # Comment to post on an individual's first issue
    issue-message: # optional
    # Comment to post on an individual's first pull request
    pr-message: # optional
  • Loading branch information
tikto29 authored Oct 20, 2024
1 parent dce161e commit 1d27869
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/datadog-synthetics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,16 @@ jobs:
app_key: ${{secrets.DD_APP_KEY}}
test_search_query: 'tag:e2e-tests' #Modify this tag to suit your tagging strategy


This comment has been minimized.

Copy link
@tikto29

tikto29 Oct 20, 2024

Author Owner
        - name: First interaction

uses: actions/[email protected]
with:
# Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}
repo-token:
# Comment to post on an individual's first issue
issue-message: # optional
# Comment to post on an individual's first pull request
pr-message: # optional

- name: First interaction
uses: actions/[email protected]
with:
# Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}
repo-token:
# Comment to post on an individual's first issue
issue-message: # optional
# Comment to post on an individual's first pull request
pr-message: # optional

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 1d27869

Please sign in to comment.