Skip to content

Bump @actions/core from 1.4.0 to 1.9.1 in /.github/actions/test-action #133

Bump @actions/core from 1.4.0 to 1.9.1 in /.github/actions/test-action

Bump @actions/core from 1.4.0 to 1.9.1 in /.github/actions/test-action #133

Workflow file for this run

#
# Workflow: Build PR
#
name: Build PR (Community)
on: pull_request
jobs:
build-pr:
name: "Build PR (Community) #${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }}"
runs-on: ubuntu-latest
steps:
- name: Step
shell: bash
run: |
echo "PR #${{ github.event.pull_request.number }}"
if [ -z "${{ secrets.SOME_SECRET_TOKEN }}" ]; then
echo "SECRET IS ABSENT"
else
echo "SECRET IS PRESENT"
fi
build-pr-call:
name: "Call (Community)"
uses: ./.github/workflows/callme.yml
secrets: inherit