Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e54278a

Browse files
committed
Revert "Hack: Hardcode known-good upstream commit"
This reverts commit f4cd35f.
1 parent c9e1b34 commit e54278a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set latest_commit
3232
id: latest_commit
3333
working-directory: ruby
34-
run: echo "commit=9826047f01230780c0e64072fa03a7a4aecba63c" >> $GITHUB_OUTPUT
34+
run: echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
3535

3636
- name: Check if latest commit already built
3737
uses: actions/github-script@v7

0 commit comments

Comments
 (0)