Skip to content

Initial import

Initial import #3

Workflow file for this run

name: Test Self
on:
push:
branches:
- master
pull_request:
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- name: Show Environment
run: |
env
echo "GITHUB_WORKSPACE=${GITHUB_WORKSPACE}"
echo "GITHUB_EVENT_PATH=${GITHUB_EVENT_PATH}"
echo "GITHUB_SHA=${GITHUB_SHA}"
echo "GITHUB_REF=${GITHUB_REF}"
echo "GITHUB_HEAD_REF=${GITHUB_HEAD_REF}"
- name: Import commit pragmas
# DO NOT LAND
# this needs to refer to 'self' somehow
uses: daos-stack/action-import-commit-pragmas@{{ ${GITHUB_HEAD_REF} }}
with:
commit-message: "Dummy commit message"