Skip to content

Commit

Permalink
initial commit to repro error
Browse files Browse the repository at this point in the history
  • Loading branch information
priya-kinthali committed Mar 27, 2024
1 parent ca619cb commit 82378ce
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 44 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/463-key.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Reproduce Expired Key Issue

on:
push:
branches: [ 463-signingkey ]


jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: 'v5.0.0'
repository: 'actions/setup-go'

- name: Run setup-go
run: |
node ./dist/index.js
44 changes: 0 additions & 44 deletions .github/workflows/go.yml

This file was deleted.

0 comments on commit 82378ce

Please sign in to comment.