Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Document display_as parameter behavior for subject field (#318) #231

Document display_as parameter behavior for subject field (#318)

Document display_as parameter behavior for subject field (#318) #231

name: Deploy postman collection
on:
push:
# Sequence of patterns matched against refs/heads
branches:
- main
jobs:
deployment:
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: "Create env file"
run: |
touch .env
echo POSTMAN_API_KEY=${{ secrets.POSTMAN_API_KEY }} >> .env
echo POSTMAN_WORKSPACE_ID=${{ secrets.POSTMAN_WORKSPACE_ID }} >> .env
echo ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true >> .env
- run: npm install
- name: Changed Files
id: changed-files
uses: step-security/changed-files@v45
- run: node ./scripts/postman/run-postman-collection.js ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
- name: List all changed files
run: |
for file in ${{ steps.changed-files.outputs.all_changed_and_modified_files }}; do
echo "$file was changed"
done
Morty Proxy This is a proxified and sanitized view of the page, visit original site.