pin GHA versions. readme and workflow tweaks (#15)

This commit is contained in:
Bret Fisher
2023-03-08 10:00:26 -05:00
committed by GitHub
parent db3d102d89
commit 75d2a00064
4 changed files with 27 additions and 14 deletions

View File

@@ -17,6 +17,18 @@ on:
- '.github/linters/**'
jobs:
testing-event-messages:
if: always()
runs-on: ubuntu-latest
steps:
-
run: |
echo "event_name: ${{ github.event_name }}"
# echo "event.workflow_run: ${{ github.event.workflow_run }}"
echo "event.head_commit: ${{ github.event.head_commit }}"
echo "event.head_commit.message: ${{ github.event.head_commit.message }}"
call-docker-build:
name: Call Docker Build