Skip to content

feat(deps): bump @actions/core from 1.10.1 to 1.11.0 #88

feat(deps): bump @actions/core from 1.10.1 to 1.11.0

feat(deps): bump @actions/core from 1.10.1 to 1.11.0 #88

Workflow file for this run

name: CI
on:
push:
branches: [main]
workflow_dispatch:
permissions: read-all
jobs:
test_actions:
name: Test actions
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'
steps:
- name: Checkout for testing preparation
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Use Node.js current version
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
with:
node-version: current
- name: Install package dependencies
run: npm ci
- name: Build the actions
run: npm run build
- name: Test actions for simple action
uses: ./
with:
serviceId: ${{ secrets.RENDER_SERVICE_ID }}
apiKey: ${{ secrets.RENDER_API_KEY }}
multipleDeployment: false #optional, default true